treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -28,7 +28,7 @@ in buildPythonPackage {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Python wrapper to libcangjie";
|
||||
homepage = http://cangjians.github.io/projects/pycangjie/;
|
||||
homepage = "http://cangjians.github.io/projects/pycangjie/";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = [ maintainers.linquize ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user