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

surfraw: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 16:55:09 +02:00
parent 9fe17c6ff3
commit 8743f8f29a
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
homepage = http://surfraw.alioth.debian.org;
maintainers = [];
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.publicDomain;
};
}