From 30c48ad489a05a2fd2fdebe62aeead24df11e4e7 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 --- sbcl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbcl.json b/sbcl.json index e4d782a7d7..4fc45f5eac 100644 --- a/sbcl.json +++ b/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 +}