mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05: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:
parent
0e06bec250
commit
4305176096
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ (define-public microscheme
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue