gitlab: add meta data

This commit is contained in:
Markus Kowalewski 2018-08-20 20:08:12 +02:00
parent 002ae44fa1
commit 8acffe39b7
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

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