guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: microscheme: Fix home page.


From: Ricardo Wurmus
Subject: 01/01: gnu: microscheme: Fix home page.
Date: Wed, 20 Dec 2017 17:19:24 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4305176096d192e09673b05e7a1049501607b809
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Dec 20 23:18:24 2017 +0100

    gnu: microscheme: Fix home page.
    
    * gnu/packages/avr.scm (microscheme)[home-page]: Use GitHub project page.
    
    Fixes <https://bugs.gnu.org/29791>.
---
 gnu/packages/avr.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/avr.scm b/gnu/packages/avr.scm
index ecb7cd1..e9e93cb 100644
--- a/gnu/packages/avr.scm
+++ b/gnu/packages/avr.scm
@@ -158,7 +158,7 @@ C++.")
     (native-inputs
      `(("unzip" ,unzip)
        ("xxd" ,xxd)))
-    (home-page "http://microscheme.org/";)
+    (home-page "https://github.com/ryansuchocki/microscheme/";)
     (synopsis "Scheme subset for Atmel microcontrollers")
     (description
      "Microscheme, or @code{(ms)} for short, is a functional programming



reply via email to

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