jwhois: supports darwin
- also set license to gpl3
This commit is contained in:
parent
884babe324
commit
d424d34bf7
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue