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 = "tennix-1.1";
|
||||
src = fetchurl {
|
||||
url = "http://icculus.org/tennix/downloads/${name}.tar.gz";
|
||||
url = "https://icculus.org/tennix/downloads/${name}.tar.gz";
|
||||
sha256 = "0np5kw1y7i0z0dsqx4r2nvmq86qj8hv3mmgavm3hxraqnds5z8cm";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user