From 671afe0ff3889ae8c4b2d7b8617a3a25c16f3f0f Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Fri, 22 Aug 2014 09:34:19 +0100 Subject: [PATCH] Build @jd's packages from github, not his personal site Closes #1957 --- recipes/erc-track-score | 2 +- recipes/google-contacts | 2 +- recipes/google-maps | 2 +- recipes/naquadah-theme | 2 +- recipes/offlineimap | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/erc-track-score b/recipes/erc-track-score index 46668e52..b1de93c9 100644 --- a/recipes/erc-track-score +++ b/recipes/erc-track-score @@ -1 +1 @@ -(erc-track-score :fetcher git :url "git://git.naquadah.org/erc-track-score.git") \ No newline at end of file +(erc-track-score :fetcher github :repo "jd/erc-track-score.el") diff --git a/recipes/google-contacts b/recipes/google-contacts index 42b3574a..54d4e681 100644 --- a/recipes/google-contacts +++ b/recipes/google-contacts @@ -1 +1 @@ -(google-contacts :fetcher git :url "git://git.naquadah.org/google-contacts.el.git") \ No newline at end of file +(google-contacts :fetcher github :repo "jd/google-contacts.el") diff --git a/recipes/google-maps b/recipes/google-maps index e9b20092..d7221c67 100644 --- a/recipes/google-maps +++ b/recipes/google-maps @@ -1,2 +1,2 @@ -(google-maps :url "git://git.naquadah.org/google-maps.git" :fetcher git) +(google-maps :fetcher github :repo "jd/google-maps.el") diff --git a/recipes/naquadah-theme b/recipes/naquadah-theme index 1a093723..47a7c33e 100644 --- a/recipes/naquadah-theme +++ b/recipes/naquadah-theme @@ -1 +1 @@ -(naquadah-theme :url "git://git.naquadah.org/naquadah-theme.git" :fetcher git) +(naquadah-theme :fetcher github :repo "jd/naquadah-theme") diff --git a/recipes/offlineimap b/recipes/offlineimap index 5698baf9..a3e445c4 100644 --- a/recipes/offlineimap +++ b/recipes/offlineimap @@ -1 +1 @@ -(offlineimap :fetcher git :url "git://git.naquadah.org/offlineimap-el.git") \ No newline at end of file +(offlineimap :fetcher github :repo "jd/offlineimap.el")