mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: microscheme: Fix home page.
* gnu/packages/avr.scm (microscheme)[home-page]: Use GitHub project page. Fixes <https://bugs.gnu.org/29791>.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user