diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-12-20 23:18:24 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-12-20 23:18:24 +0100 |
commit | 4305176096d192e09673b05e7a1049501607b809 (patch) | |
tree | 6eb2dd18ed7dcd0699f24e1e77cbd34ae53e2750 /gnu | |
parent | 0e06bec250f34dbab378b2c1e937af75db900bcc (diff) | |
download | patches-4305176096d192e09673b05e7a1049501607b809.tar patches-4305176096d192e09673b05e7a1049501607b809.tar.gz |
gnu: microscheme: Fix home page.
* gnu/packages/avr.scm (microscheme)[home-page]: Use GitHub project page.
Fixes <https://bugs.gnu.org/29791>.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/avr.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/avr.scm b/gnu/packages/avr.scm index ecb7cd19a8..e9e93cbb9a 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 |