1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

fondu: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-05 16:41:49 +02:00
parent a344029c34
commit 03b2a4dd79
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl3;
};
}