treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -87,7 +87,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A code-completion and comprehension server";
|
||||
homepage = https://github.com/Valloric/ycmd;
|
||||
homepage = "https://github.com/Valloric/ycmd";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ rasendubi cstrahan lnl7 ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user