jwhois: fix service name

after an update of iana-etc the service name of whois changed
This commit is contained in:
Jörg Thalheim
2017-04-20 07:33:38 +02:00
parent f0f9cad9f2
commit 080c799f38
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
sed -i -e "s|/usr/bin/lynx|${lynx}/bin/lynx|g" $out/etc/jwhois.conf
'';
patches = [ ./connect.patch ];
patches = [ ./connect.patch ./service-name.patch ];
meta = {
description = "A client for the WHOIS protocol allowing you to query the owner of a domain name";