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:
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "libmspack-0.6alpha";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.cabextract.org.uk/libmspack/${name}.tar.gz";
|
||||
url = "https://www.cabextract.org.uk/libmspack/${name}.tar.gz";
|
||||
sha256 = "08gr2pcinas6bdqz3k0286g5cnksmcx813skmdwyca6bmj1fxnqy";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user