3
0
Fork 0
forked from mirrors/nixpkgs

jwhois: Add missing meta.platforms

This commit is contained in:
Eelco Dolstra 2015-03-23 11:51:59 +01:00
parent bc5692f3ec
commit 8d685306c5

View file

@ -16,5 +16,6 @@ stdenv.mkDerivation {
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;
};
}