From e30f51253280ee306c3dc3bdd487d9eb7b59146a Mon Sep 17 00:00:00 2001 From: falloutphil Date: Sun, 17 May 2020 12:31:59 +0100 Subject: [PATCH] Change URL protocol I had difficulties getting this to work with git address, following advice on Geiser's webpage I updated to use http: --- recipes/geiser.rcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/geiser.rcp b/recipes/geiser.rcp index b3bcb58b..892b0627 100644 --- a/recipes/geiser.rcp +++ b/recipes/geiser.rcp @@ -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))