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:
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xbomb-2.2b";
|
||||
src = fetchurl {
|
||||
url = "http://www.gedanken.org.uk/software/xbomb/download/${name}.tgz";
|
||||
url = "https://www.gedanken.org.uk/software/xbomb/download/${name}.tgz";
|
||||
sha256 = "0692gjw28qvh8wj9l58scjw6kxj7jdyb3yzgcgs9wcznq11q839m";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user