about summary refs log tree commit diff
path: root/pkgs/servers/dict/dictd-wordnet.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/dict/dictd-wordnet.nix')
-rw-r--r--pkgs/servers/dict/dictd-wordnet.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/dict/dictd-wordnet.nix b/pkgs/servers/dict/dictd-wordnet.nix
index b6680e8b21c4..13a78d61098b 100644
--- a/pkgs/servers/dict/dictd-wordnet.nix
+++ b/pkgs/servers/dict/dictd-wordnet.nix
@@ -28,9 +28,9 @@ stdenv.mkDerivation rec {
          the wordnet data available to dictd and by extension for lookup with
          the dict command. '';
 
-    homepage = http://wordnet.princeton.edu/;
+    homepage = https://wordnet.princeton.edu/;
 
-    maintainers = [ stdenv.lib.maintainers.mornfall ];
+    maintainers = [ ];
     platforms = stdenv.lib.platforms.all;
   };
 }