update gitorious recipes to use https

fixes #2587
This commit is contained in:
Donald Curtis 2015-03-12 12:51:47 -04:00
parent 73fa2fed5e
commit a8dc179da5
4 changed files with 4 additions and 5 deletions

View file

@ -1,2 +1 @@
(evil :url "git://gitorious.org/evil/evil.git" :fetcher git)
(evil :url "https://gitorious.org/evil/evil.git" :fetcher git)

View file

@ -1,3 +1,3 @@
(notmuch-unread
:fetcher git
:url "git://gitorious.org/notmuch-unread/notmuch-unread.git")
:url "https://gitorious.org/notmuch-unread/notmuch-unread.git")

View file

@ -1 +1 @@
(pov-mode :fetcher git :url "git://gitorious.org/pov-mode/pov-mode.git")
(pov-mode :fetcher git :url "https://gitorious.org/pov-mode/pov-mode.git")

View file

@ -1 +1 @@
(tempbuf :fetcher git :url "git://gitorious.org/tempbuf-mode/tempbuf-mode.git")
(tempbuf :fetcher git :url "https://gitorious.org/tempbuf-mode/tempbuf-mode.git")