treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Super-fast templating language";
|
||||
homepage = http://www.makotemplates.org;
|
||||
homepage = "http://www.makotemplates.org";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ domenkozar ];
|
||||
|
||||
Reference in New Issue
Block a user