treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
This commit is contained in:
@@ -64,7 +64,7 @@ haskellPackages.callPackage
|
||||
libraryHaskellDepends = [ base parsec process QuickCheck ];
|
||||
executableHaskellDepends = libraryHaskellDepends;
|
||||
testHaskellDepends = [HUnit] ++ libraryHaskellDepends;
|
||||
homepage = "http://github.com/olivierverdier/zsh-git-prompt#readme";
|
||||
homepage = "https://github.com/olivierverdier/zsh-git-prompt#readme";
|
||||
description = "Informative git prompt for zsh";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = [lib.maintainers.league];
|
||||
|
||||
Reference in New Issue
Block a user