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 @@ stdenv.mkDerivation rec {
|
||||
name = "pm-utils-1.4.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pm-utils.freedesktop.org/releases/${name}.tar.gz";
|
||||
url = "https://pm-utils.freedesktop.org/releases/${name}.tar.gz";
|
||||
sha256 = "02qc6zaf7ams6qcc470fwb6jvr4abv3lrlx16clqpn36501rkn4f";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user