Commit 46749a17b5f6088250b8a406cafa037ba1805c1c

Authored by Antonio Terceiro
1 parent 7a3c0718

rename colab-deps-src to colab-deps

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
.gitignore
1 1 /colab
2   -/colab-deps-src
  2 +/colab-deps
3 3 /redmine
4 4 /.vagrant
5 5 /doc
... ...
.mrconfig
... ... @@ -3,8 +3,8 @@
3 3 [colab]
4 4 checkout = git clone http://beta.softwarepublico.gov.br/gitlab/softwarepublico/colab.git
5 5  
6   -[colab-deps-src]
7   -checkout = git clone http://beta.softwarepublico.gov.br/gitlab/softwarepublico/colab-deps-src.git
  6 +[colab-deps]
  7 +checkout = git clone http://beta.softwarepublico.gov.br/gitlab/softwarepublico/colab-deps.git
8 8  
9 9 [mailman-api]
10 10 checkout = git clone https://github.com/TracyWebTech/mailman-api.git
... ...