treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec{
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Intelligent Chinese phonetic input method";
|
||||
homepage = http://chewing.im/;
|
||||
homepage = "http://chewing.im/";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = [ maintainers.ericsagnes ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user