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:
@@ -15,7 +15,7 @@ mkDerivation rec {
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://codesynthesis.com/download/libcutl/1.9/${name}.tar.bz2";
|
||||
url = "https://codesynthesis.com/download/libcutl/1.9/${name}.tar.bz2";
|
||||
sha1 = "0e8d255145afbc339a3284ef85a43f4baf3fec43";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user