gitlab: add meta data
This commit is contained in:
parent
002ae44fa1
commit
8acffe39b7
@ -104,4 +104,10 @@ stdenv.mkDerivation rec {
|
|||||||
inherit rubyEnv;
|
inherit rubyEnv;
|
||||||
ruby = rubyEnv.wrappedRuby;
|
ruby = rubyEnv.wrappedRuby;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Web-based Git-repository manager";
|
||||||
|
homepage = https://gitlab.com;
|
||||||
|
license = licenses.mit;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user