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:
@@ -6,7 +6,7 @@ in
|
||||
stdenv.mkDerivation {
|
||||
name = "gforth-${version}";
|
||||
src = fetchurl {
|
||||
url = "http://ftp.gnu.org/gnu/gforth/gforth-${version}.tar.gz";
|
||||
url = "https://ftp.gnu.org/gnu/gforth/gforth-${version}.tar.gz";
|
||||
sha256 = "1c1bahc9ypmca8rv2dijiqbangm1d9av286904yw48ph7ciz4qig";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user