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 @@ python3Packages.buildPythonApplication rec {
|
||||
version = "2017.6.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://xyne.archlinux.ca/projects/mimeo/src/${name}.tar.xz";
|
||||
url = "https://xyne.archlinux.ca/projects/mimeo/src/${name}.tar.xz";
|
||||
sha256 = "126g3frks6zn6yc1r005qpmxg1pvvvf06ivpyvd9xribn2mwki2z";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user