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
@@ -3,7 +3,7 @@
let version = "2.0.0"; in
fetchzip {
name = "luculent-${version}";
url = http://www.eastfarthing.com/luculent/luculent.tar.xz;
url = "http://www.eastfarthing.com/luculent/luculent.tar.xz";
postFetch = ''
tar -xJf $downloadedFile --strip-components=1
@@ -15,7 +15,7 @@ fetchzip {
meta = with lib; {
description = "luculent font";
homepage = http://www.eastfarthing.com/luculent/;
homepage = "http://www.eastfarthing.com/luculent/";
license = licenses.ofl;
maintainers = with maintainers; [ dtzWill ];
platforms = platforms.all;