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 = "tre-0.8.0";
|
||||
src = fetchurl {
|
||||
url = "http://laurikari.net/tre/${name}.tar.gz";
|
||||
url = "https://laurikari.net/tre/${name}.tar.gz";
|
||||
sha256 = "1pd7qsa7vc3ybdc6h2gr4pm9inypjysf92kab945gg4qa6jp11my";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user