Skip to content

Commit

Permalink
Change URL protocol
Browse files Browse the repository at this point in the history
I had difficulties getting this to work with git address, following advice on Geiser's webpage I updated to use http:
  • Loading branch information
falloutphil committed May 17, 2020
1 parent 3f74641 commit e30f512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/geiser.rcp
Expand Up @@ -2,7 +2,7 @@
:website "http://www.nongnu.org/geiser/"
:description "Geiser is a collection of Emacs major and minor modes that conspire with one or more Scheme interpreters to keep the Lisp Machine Spirit alive. It draws inspiration (and a bit more) from environments such as Common Lisp's Slime, Factor's FUEL, Squeak or Emacs itself, and does its best to make Scheme hacking inside Emacs (even more) fun."
:type git
:url "git://git.sv.gnu.org/geiser.git"
:url "http://git.sv.gnu.org/r/geiser.git"
:load-path ("./elisp")
:build `(("./autogen.sh") ("./configure")
("make" ,(format "EMACS=%s" el-get-emacs))
Expand Down

0 comments on commit e30f512

Please sign in to comment.