treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ glib ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://ctpl.tuxfamily.org/;
|
||||
homepage = "http://ctpl.tuxfamily.org/";
|
||||
description = "Template engine library written in C";
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.lethalman ];
|
||||
|
||||
Reference in New Issue
Block a user