zkfuse: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-07-22 16:28:44 +02:00
parent 15ce516b5c
commit 3cd3922c97
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
license = licenses.asl20;
};
}