about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-08-15 13:29:41 +0200
committeraszlig <aszlig@nix.build>2022-08-15 13:29:41 +0200
commit3e01a0786b30db85f5abc4bfbce31baecf58098f (patch)
treeb4e4c887598d7a66065211cd1062c8363df372ca /modules
parentde805f9e99dde45f46242c295035f102febbff6f (diff)
packages: Replace jwhois by whois
The upstream project seems to be no longer maintained[1] and the last
release from 2005 contains a whole bunch of outdated NIC information
so that it became pretty annoying to use.

Back then jwhois was the only whois client packaged in nixpkgs, so this
might be the reason why it ended up in my setup in the first place.

The "whois" package on the other hand seems to be actively maintained
and works well for the domains I care about.

[1]: https://github.com/jonasob/jwhois/issues/32

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/workstation/packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/aszlig/profiles/workstation/packages.nix b/modules/user/aszlig/profiles/workstation/packages.nix
index ec65319a..b2b826f6 100644
--- a/modules/user/aszlig/profiles/workstation/packages.nix
+++ b/modules/user/aszlig/profiles/workstation/packages.nix
@@ -32,7 +32,6 @@ pkgs: with pkgs; [
   i3
   i3lock
   imagemagick
-  jwhois
   jq
   keychain
   ltrace
@@ -78,6 +77,7 @@ pkgs: with pkgs; [
   vorbis-tools
   w3m
   wcc
+  whois
   wireshark
   xorg.xhost
   youtube-dl