From fd7959cbae2bec7cf74a5dd7cc100f2876570af1 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Tue, 18 Nov 2014 14:22:48 +1100 Subject: [PATCH] Fix http link in SBCL --- bucket/sbcl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/sbcl.json b/bucket/sbcl.json index e4d782a7d..4fc45f5ea 100644 --- a/bucket/sbcl.json +++ b/bucket/sbcl.json @@ -1,5 +1,5 @@ { - "homepage": "http://http://www.sbcl.org/", + "homepage": "http://www.sbcl.org/", "version": "1.2.1", "license": "http://www.sbcl.org/history.html", "architecture": { @@ -18,4 +18,4 @@ "bin": [ "PFiles\\Steel Bank Common Lisp\\1.2.1\\sbcl.exe"], "checkver": "The most recent version is SBCL ([^\\ ]+)", "notes": "Please restart you command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/" -} \ No newline at end of file +}