gitlab: add meta data

This commit is contained in:
Markus Kowalewski
2018-08-20 20:08:12 +02:00
parent 002ae44fa1
commit 8acffe39b7

View File

@@ -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;
};
}