libgnurl: add licenses

This commit is contained in:
Markus Kowalewski
2018-10-17 20:42:47 +02:00
parent 06cb58fba7
commit 3e85c53ca6

View File

@@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
homepage = https://gnunet.org/gnurl;
maintainers = with maintainers; [ falsifian vrthra ];
platforms = platforms.linux;
license = with licenses; [ bsdOriginal mit ];
};
}