xurls: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-07-22 16:57:28 +02:00
parent 1fc0e6f056
commit 7cda3b3042
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/mvdan/xurls;
maintainers = with maintainers; [ koral ndowens ];
platforms = platforms.unix;
license = licenses.bsd3;
};
}