aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/jwhois
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-04-30 23:15:33 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-04-30 23:15:33 -0500
commitd424d34bf7faa42277e9ec506647e25128d54eaf (patch)
treeecc7db6e911e9418288e32d5bedd2206f639147e /pkgs/tools/networking/jwhois
parent884babe32431ba40e9aa1d7160bc42daaf926f13 (diff)
jwhois: supports darwin
- also set license to gpl3
Diffstat (limited to 'pkgs/tools/networking/jwhois')
-rw-r--r--pkgs/tools/networking/jwhois/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/jwhois/default.nix b/pkgs/tools/networking/jwhois/default.nix
index cd0821ef9ef5..be8e9e210d15 100644
--- a/pkgs/tools/networking/jwhois/default.nix
+++ b/pkgs/tools/networking/jwhois/default.nix
@@ -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;
};
}