lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gitlab: add meta data

+6
+6
pkgs/applications/version-management/gitlab/default.nix
··· 104 104 inherit rubyEnv; 105 105 ruby = rubyEnv.wrappedRuby; 106 106 }; 107 + 108 + meta = with stdenv.lib; { 109 + description = "Web-based Git-repository manager"; 110 + homepage = https://gitlab.com; 111 + license = licenses.mit; 112 + }; 107 113 }