guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: chez-scheme: Update home-page.


From: guix-commits
Subject: 02/02: gnu: chez-scheme: Update home-page.
Date: Tue, 24 Dec 2019 23:01:02 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 0cf6f606a83bab70cf68273e38025bc48e6897ce
Author: Brett Gilio <address@hidden>
Date:   Tue Dec 24 21:58:16 2019 -0600

    gnu: chez-scheme: Update home-page.
    
    * gnu/packages/chez.scm (chez-scheme)[home-page]: Now uses Github project 
page.
---
 gnu/packages/chez.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index bbb2a56..6f6b5a3 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -220,7 +220,7 @@
     ;; Cross-compiling for the Raspberry Pi is supported, but not native ARM.
     (supported-systems (fold delete %supported-systems
                              '("mips64el-linux" "armhf-linux")))
-    (home-page "http://www.scheme.com";)
+    (home-page "https://cisco.github.io/ChezScheme/";)
     (synopsis "R6RS Scheme compiler and run-time")
     (description
      "Chez Scheme is a compiler and run-time system for the language of the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]