treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
longDescription = ''
|
||||
libcangjie is a library implementing the Cangjie input method.
|
||||
'';
|
||||
homepage = http://cangjians.github.io/projects/libcangjie/;
|
||||
homepage = "http://cangjians.github.io/projects/libcangjie/";
|
||||
license = stdenv.lib.licenses.lgpl3Plus;
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.linquize ];
|
||||
|
||||
Reference in New Issue
Block a user