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