mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Fix packages that missed the migration to github fetcher.
tabulated-list rspec-mode
This commit is contained in:
parent
27f393ea1c
commit
5e789c0e90
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
(rspec-mode :url "https://github.com/pezra/rspec-mode" :fetcher github)
|
(rspec-mode :repo "pezra/rspec-mode" :fetcher github)
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue