summary refs log tree commit diff
path: root/nixos/modules/programs/npm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/npm.nix')
-rw-r--r--nixos/modules/programs/npm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/npm.nix b/nixos/modules/programs/npm.nix
index 48dc48e668f..c41fea32614 100644
--- a/nixos/modules/programs/npm.nix
+++ b/nixos/modules/programs/npm.nix
@@ -34,7 +34,7 @@ in
           prefix = ''${HOME}/.npm
           https-proxy=proxy.example.com
           init-license=MIT
-          init-author-url=http://npmjs.org
+          init-author-url=https://www.npmjs.com/
           color=true
         '';
       };