treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ let
in fetchzip {
name = "open-dyslexic-${version}";
url = https://github.com/antijingoist/open-dyslexic/archive/20160623-Stable.zip;
url = "https://github.com/antijingoist/open-dyslexic/archive/20160623-Stable.zip";
postFetch = ''
mkdir -p $out/share/{doc,fonts}
@@ -16,7 +16,7 @@ in fetchzip {
sha256 = "1vl8z5rknh2hpr2f0v4b2qgs5kclx5pzyk8al7243k5db82a2cyi";
meta = with lib; {
homepage = https://opendyslexic.org/;
homepage = "https://opendyslexic.org/";
description = "Font created to increase readability for readers with dyslexia";
license = "Bitstream Vera License (https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts)";
platforms = platforms.all;