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 = "bsod-0.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.vanheusden.com/bsod/bsod-0.1.tgz;
|
||||
url = https://www.vanheusden.com/bsod/bsod-0.1.tgz;
|
||||
sha256 = "0hqwacazyq5rhc04j8w8w0j0dgb6ca8k66c9lxf6bsyi6wvbhvmd";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user