From 5e789c0e904363c608a6269b1d31ba9e9f2551af Mon Sep 17 00:00:00 2001 From: Donald Curtis Date: Wed, 11 Apr 2012 08:19:54 -0500 Subject: [PATCH] Fix packages that missed the migration to github fetcher. tabulated-list rspec-mode --- recipes/rspec-mode | 2 +- recipes/tabulated-list | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/rspec-mode b/recipes/rspec-mode index 1d7fcd29..d9b0f405 100644 --- a/recipes/rspec-mode +++ b/recipes/rspec-mode @@ -1,2 +1,2 @@ -(rspec-mode :url "https://github.com/pezra/rspec-mode" :fetcher github) +(rspec-mode :repo "pezra/rspec-mode" :fetcher github) diff --git a/recipes/tabulated-list b/recipes/tabulated-list index 0e29d75f..8903a258 100644 --- a/recipes/tabulated-list +++ b/recipes/tabulated-list @@ -1,2 +1,2 @@ -(tabulated-list :url "https://github.com/sigma/tabulated-list.el" :fetcher github) +(tabulated-list :repo "sigma/tabulated-list.el" :fetcher github)