treewide: Change URLs to HTTPS

Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
This commit is contained in:
Daniel Schaefer
2019-04-22 10:19:54 +02:00
parent 0109c84f71
commit bac4d95aa2
186 changed files with 242 additions and 243 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ let
in fetchzip {
name = "montserrat-${version}";
url = "http://marvid.fr/~eeva/mirror/Montserrat.tar.gz";
url = "https://marvid.fr/~eeva/mirror/Montserrat.tar.gz";
postFetch = ''
tar -xzf $downloadedFile --strip-components=1
@@ -21,7 +21,7 @@ in fetchzip {
meta = with stdenv.lib; {
description = "A geometric sans serif font with extended latin support (Regular, Alternates, Subrayada)";
homepage = "http://www.fontspace.com/julieta-ulanovsky/montserrat";
homepage = "https://www.fontspace.com/julieta-ulanovsky/montserrat";
license = licenses.ofl;
platforms = platforms.all;
maintainers = with maintainers; [ scolobb ];