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:
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
||||
name = "opendbx-1.4.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://linuxnetworks.de/opendbx/download/${name}.tar.gz";
|
||||
url = "https://linuxnetworks.de/opendbx/download/${name}.tar.gz";
|
||||
sha256 = "0z29h6zx5f3gghkh1a0060w6wr572ci1rl2a3480znf728wa0ii2";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user