libgnurl: add licenses

This commit is contained in:
Markus Kowalewski 2018-10-17 20:42:47 +02:00
parent 06cb58fba7
commit 3e85c53ca6
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

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 ];
};
}