jwhois: supports darwin
- also set license to gpl3
This commit is contained in:
parent
884babe324
commit
d424d34bf7
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A client for the WHOIS protocol allowing you to query the owner of a domain name";
|
description = "A client for the WHOIS protocol allowing you to query the owner of a domain name";
|
||||||
homepage = http://www.gnu.org/software/jwhois/;
|
homepage = http://www.gnu.org/software/jwhois/;
|
||||||
license = "GPL";
|
license = stdenv.lib.licenses.gpl3;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user