jwhois: supports darwin

- also set license to gpl3
This commit is contained in:
Matthew Bauer 2018-04-30 23:15:33 -05:00
parent 884babe324
commit d424d34bf7

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation {
meta = {
description = "A client for the WHOIS protocol allowing you to query the owner of a domain name";
homepage = http://www.gnu.org/software/jwhois/;
license = "GPL";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.unix;
};
}