treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "A font editor";
|
||||
homepage = http://fontforge.github.io;
|
||||
homepage = "http://fontforge.github.io";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = [ stdenv.lib.maintainers.erictapen ];
|
||||
|
||||
Reference in New Issue
Block a user