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:
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ guile ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.gnu.org/gnu/libmatheval/${name}.tar.gz";
|
||||
url = "https://ftp.gnu.org/gnu/libmatheval/${name}.tar.gz";
|
||||
sha256 = "474852d6715ddc3b6969e28de5e1a5fbaff9e8ece6aebb9dc1cc63e9e88e89ab";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user