Commit 4826ff19d6fae0313a4b010f94c82bfc7c2c23a5
1 parent
41624c5a
Exists in
master
and in
17 other branches
Add maintainer, homepage
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
config/projects/gitlab.rb
1 | 1 | |
2 | 2 | name "gitlab" |
3 | -maintainer "CHANGE ME" | |
4 | -homepage "CHANGEME.com" | |
3 | +maintainer "Achilleas Pipinellis" | |
4 | +homepage "http://gitlab.org" | |
5 | 5 | |
6 | 6 | replaces "gitlab" |
7 | 7 | install_path "/opt/gitlab" |
... | ... | @@ -12,7 +12,7 @@ build_iteration 1 |
12 | 12 | dependency "preparation" |
13 | 13 | |
14 | 14 | # gitlab dependencies/components |
15 | -# dependency "somedep" | |
15 | +dependency "gitlab" | |
16 | 16 | |
17 | 17 | # version manifest file |
18 | 18 | dependency "version-manifest" | ... | ... |