* use public git repository urls

Signed-off-by: Dimitri Fontaine <dim@tapoueh.org>
This commit is contained in:
Dimitry Gashinsky 2010-09-09 11:16:45 -04:00 committed by Dimitri Fontaine
parent ce79be3c86
commit f913757f23
3 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,4 @@
(:name emacschrome
:type git
:url "git@github.com:cbbrowne/emacs_chrome.git"
:url "http://github.com/cbbrowne/emacs_chrome.git"
:load-path "servers")

View File

@ -1,5 +1,5 @@
(:name nterm
:type git
:url "git@github.com:cbbrowne/nterm.git"
:url "http://github.com/cbbrowne/nterm.git"
:info "."
:build ("make"))

View File

@ -1,6 +1,6 @@
(:name scratch
:type git
:url "git@github.com:cbbrowne/scratch-el.git"
:url "http://github.com/cbbrowne/scratch-el.git"
:info "."
:build ("make")
:load-path ".")