diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-10-17 17:32:20 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-10-17 17:32:20 +0200 |
commit | 94b55ace14c09802298b5d2dc4e60dbad3ef6982 (patch) | |
tree | 5b26c18a3cbfa22fa57ac13d0efca64aabe9684e /gnu | |
parent | d991b0566433b0ff78dd92165430da2f40fe721d (diff) | |
download | guix-94b55ace14c09802298b5d2dc4e60dbad3ef6982.tar guix-94b55ace14c09802298b5d2dc4e60dbad3ef6982.tar.gz |
gnu: axoloti-runtime: Update home page.
* gnu/packages/axoloti.scm (axoloti-runtime)[home-page]: Use redirection
target URL.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/axoloti.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/axoloti.scm b/gnu/packages/axoloti.scm index 7a53980c4d..8ce4a63131 100644 --- a/gnu/packages/axoloti.scm +++ b/gnu/packages/axoloti.scm @@ -201,7 +201,7 @@ ("dfu-util" ,dfu-util-for-axoloti))) (native-inputs `(("unzip" ,unzip))) - (home-page "http://axoloti.com") + (home-page "http://www.axoloti.com/") (synopsis "Audio development environment for the Axoloti core board") (description "The Axoloti patcher offers a “patcher” environment similar to Pure Data |