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 = "libantlr3c-3.4";
|
||||
src = fetchurl {
|
||||
url = http://www.antlr3.org/download/C/libantlr3c-3.4.tar.gz;
|
||||
url = https://www.antlr3.org/download/C/libantlr3c-3.4.tar.gz;
|
||||
sha256 ="0lpbnb4dq4azmsvlhp6khq1gy42kyqyjv8gww74g5lm2y6blm4fa";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user