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 {
|
||||
name = "unclutter-8";
|
||||
src = fetchurl {
|
||||
url = http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.tar.gz;
|
||||
url = https://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.tar.gz;
|
||||
sha256 = "33a78949a7dedf2e8669ae7b5b2c72067896497820292c96afaa60bb71d1f2a6";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user