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 = "ioport-1.2";
|
||||
src = fetchurl {
|
||||
url = "http://people.redhat.com/rjones/ioport/files/ioport-1.2.tar.gz";
|
||||
url = "https://people.redhat.com/rjones/ioport/files/ioport-1.2.tar.gz";
|
||||
sha256 = "1h4d5g78y7kla0zl25jgyrk43wy3m3bygqg0blki357bc55irb3z";
|
||||
};
|
||||
buildInputs = [ perl ];
|
||||
|
||||
Reference in New Issue
Block a user