treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Core algorithm library for Korean input routines";
|
||||
homepage = https://github.com/choehwanjin/libhangul;
|
||||
homepage = "https://github.com/choehwanjin/libhangul";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = [ maintainers.ianwookim ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user