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:
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "3.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://routino.org/download/${name}.tgz";
|
||||
url = "https://routino.org/download/${name}.tgz";
|
||||
sha256 = "0lkmpi8gn7qf40cx93jcp7nxa9dfwi1d6rjrhcqbdymszzm33972";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user