summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-11-11 18:08:59 +0300
committerGitHub <noreply@github.com>2023-11-11 18:08:59 +0300
commite792d7fec0cc387cc5da0cb077115280514f8326 (patch)
tree5818bedc97da579fb6f7d0e3dbef70038bf1246f /nixos/modules/programs
parent28ce810d966e980405b7c836170e0717637b2be3 (diff)
parente30f48be948272df2d57237ef955023f937f4421 (diff)
downloadnixpkgs-e792d7fec0cc387cc5da0cb077115280514f8326.tar
nixpkgs-e792d7fec0cc387cc5da0cb077115280514f8326.tar.gz
nixpkgs-e792d7fec0cc387cc5da0cb077115280514f8326.tar.bz2
nixpkgs-e792d7fec0cc387cc5da0cb077115280514f8326.tar.lz
nixpkgs-e792d7fec0cc387cc5da0cb077115280514f8326.tar.xz
nixpkgs-e792d7fec0cc387cc5da0cb077115280514f8326.tar.zst
nixpkgs-e792d7fec0cc387cc5da0cb077115280514f8326.zip
Merge pull request #264442 from anthonyroussel/update-url-redirects
treewide: fix redirected and broken URLs
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/npm.nix2
-rw-r--r--nixos/modules/programs/zsh/oh-my-zsh.md2
2 files changed, 2 insertions, 2 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
         '';
       };
diff --git a/nixos/modules/programs/zsh/oh-my-zsh.md b/nixos/modules/programs/zsh/oh-my-zsh.md
index 73d425244ce..6a310006edb 100644
--- a/nixos/modules/programs/zsh/oh-my-zsh.md
+++ b/nixos/modules/programs/zsh/oh-my-zsh.md
@@ -78,7 +78,7 @@ If third-party customizations (e.g. new themes) are supposed to be added to
 
   - Completion scripts are supposed to be stored at
     `$out/share/zsh/site-functions`. This directory is part of the
-    [`fpath`](http://zsh.sourceforge.net/Doc/Release/Functions.html)
+    [`fpath`](https://zsh.sourceforge.io/Doc/Release/Functions.html)
     and the package should be compatible with pure `ZSH`
     setups. The module will automatically link the contents of
     `site-functions` to completions directory in the proper