treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
fetchzip rec {
|
||||
name = "undefined-medium-1.0";
|
||||
|
||||
url = https://github.com/andirueckel/undefined-medium/archive/v1.0.zip;
|
||||
url = "https://github.com/andirueckel/undefined-medium/archive/v1.0.zip";
|
||||
|
||||
postFetch = ''
|
||||
mkdir -p $out/share/fonts
|
||||
@@ -13,7 +13,7 @@ fetchzip rec {
|
||||
sha256 = "1wa04jzbffshwcxm705yb5wja8wakn8j7fvim1mlih2z1sqw0njk";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://undefined-medium.com/;
|
||||
homepage = "https://undefined-medium.com/";
|
||||
description = "A pixel grid-based monospace typeface";
|
||||
longDescription = ''
|
||||
undefined medium is a free and open-source pixel grid-based
|
||||
|
||||
Reference in New Issue
Block a user