diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:31:22 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-12 04:57:42 +0100 |
commit | 286ab9d3f54da3f9c5196f4071686aa08059e0a0 (patch) | |
tree | f195f2a4510460ec88952b5e8a25c061935c77cc /gnu/packages/audio.scm | |
parent | dd42a2f3912d1aabf65b27d3f62c74a4039c9d62 (diff) | |
download | guix-286ab9d3f54da3f9c5196f4071686aa08059e0a0.tar guix-286ab9d3f54da3f9c5196f4071686aa08059e0a0.tar.gz |
gnu: rsound: Use HTTPS home page.
* gnu/packages/audio.scm (rsound)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/audio.scm')
-rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 63227b89ea..ea65b4efb1 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2992,7 +2992,7 @@ synthesizer written in C++.") (string-append "--prefix=" (assoc-ref outputs "out")))))) ;; No 'check' target. #:tests? #f)) - (home-page "http://themaister.net/rsound.html") + (home-page "https://themaister.net/rsound.html") (synopsis "Networked audio system") (description "RSound allows you to send audio from an application and transfer it |