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 {
|
||||
name = "dlx-2012.07.08";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.davidviner.com/zip/dlx/dlx.zip";
|
||||
url = "https://www.davidviner.com/zip/dlx/dlx.zip";
|
||||
sha256 = "0q5hildq2xcig7yrqi26n7fqlanyssjirm7swy2a9icfxpppfpkn";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user