diff --git a/recipes/scheme-complete.rcp b/recipes/scheme-complete.rcp index 4bd07b14..93eb3791 100644 --- a/recipes/scheme-complete.rcp +++ b/recipes/scheme-complete.rcp @@ -1,9 +1,7 @@ (:name scheme-complete :website "http://synthcode.com/wiki/scheme-complete" :description "Context-sensitive completion for Scheme code." - :type http - :url "http://synthcode.com/emacs/scheme-complete-0.8.7.el.gz" - :build (("sh" "-c" "gunzip -c scheme-complete-0.8.7.el.gz > scheme-complete.el")) - :load "scheme-complete.el" + :type github + :pkgname "ashinn/scheme-complete" :compile "scheme-complete.el" - :features "scheme-complete") + )