ycmd: claim mainteinership
I've added the package originally.
This commit is contained in:
parent
2459ddd4f6
commit
41a8dc7f0b
@ -28,10 +28,11 @@ stdenv.mkDerivation rec {
|
|||||||
ln -s $out/lib/ycmd/ycmd/__main__.py $out/bin/ycmd
|
ln -s $out/lib/ycmd/ycmd/__main__.py $out/bin/ycmd
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A code-completion and comprehension server";
|
description = "A code-completion and comprehension server";
|
||||||
homepage = "https://github.com/Valloric/ycmd";
|
homepage = https://github.com/Valloric/ycmd;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = stdenv.lib.platforms.all;
|
maintainers = with maintainers; [ rasendubi ];
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user