treewide: http -> https sources (#42676)
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
This commit is contained in:
@@ -12,7 +12,7 @@ let
|
||||
name = "postgrey-${version}";
|
||||
in runCommand name {
|
||||
src = fetchurl {
|
||||
url = "http://postgrey.schweikert.ch/pub/${name}.tar.gz";
|
||||
url = "https://postgrey.schweikert.ch/pub/${name}.tar.gz";
|
||||
sha256 = "1xx51xih4711vrvc6d57il9ccallbljj5zhgqdb07jzmz11rakgz";
|
||||
};
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user