3
0
Fork 0
forked from mirrors/nixpkgs

ycmd: claim mainteinership

I've added the package originally.
This commit is contained in:
Alexey Shmalko 2016-07-08 02:40:33 +03:00
parent 2459ddd4f6
commit 41a8dc7f0b
No known key found for this signature in database
GPG key ID: DCEF7BCCEB3066C3

View file

@ -28,10 +28,11 @@ stdenv.mkDerivation rec {
ln -s $out/lib/ycmd/ycmd/__main__.py $out/bin/ycmd
'';
meta = {
meta = with stdenv.lib; {
description = "A code-completion and comprehension server";
homepage = "https://github.com/Valloric/ycmd";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all;
homepage = https://github.com/Valloric/ycmd;
license = licenses.gpl3;
maintainers = with maintainers; [ rasendubi ];
platforms = platforms.all;
};
}