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:
@@ -9,7 +9,7 @@ assert tkremind -> makeWrapper != null;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "remind-3.1.15";
|
||||
src = fetchurl {
|
||||
url = http://www.roaringpenguin.com/files/download/remind-03.01.15.tar.gz;
|
||||
url = https://www.roaringpenguin.com/files/download/remind-03.01.15.tar.gz;
|
||||
sha256 = "1hcfcxz5fjzl7606prlb7dgls5kr8z3wb51h48s6qm8ang0b9nla";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user