summary refs log tree commit diff
path: root/maintainers
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 /maintainers
parent28ce810d966e980405b7c836170e0717637b2be3 (diff)
parente30f48be948272df2d57237ef955023f937f4421 (diff)
Merge pull request #264442 from anthonyroussel/update-url-redirects
treewide: fix redirected and broken URLs
Diffstat (limited to 'maintainers')
-rwxr-xr-xmaintainers/scripts/haskell/upload-nixos-package-list-to-hackage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/scripts/haskell/upload-nixos-package-list-to-hackage.sh b/maintainers/scripts/haskell/upload-nixos-package-list-to-hackage.sh
index 86fecbc3d87c9..9130941a53661 100755
--- a/maintainers/scripts/haskell/upload-nixos-package-list-to-hackage.sh
+++ b/maintainers/scripts/haskell/upload-nixos-package-list-to-hackage.sh
@@ -39,5 +39,5 @@ fi
 package_list="$(nix-build -A haskell.package-list)/nixos-hackage-packages.csv"
 username=$(grep "^username:" "$CABAL_DIR/config" | sed "s/^username: //")
 password_command=$(grep "^password-command:" "$CABAL_DIR/config" | sed "s/^password-command: //")
-curl -u "$username:$($password_command | head -n1)" --digest -H "Content-type: text/csv" -T "$package_list" http://hackage.haskell.org/distro/NixOS/packages.csv
+curl -u "$username:$($password_command | head -n1)" --digest -H "Content-type: text/csv" -T "$package_list" https://hackage.haskell.org/distro/NixOS/packages.csv
 echo