gnu: rsound: Use HTTPS home page.
* gnu/packages/audio.scm (rsound)[home-page]: Use HTTPS.
This commit is contained in:
parent
dd42a2f391
commit
286ab9d3f5
1 changed files with 1 additions and 1 deletions
|
@ -2992,7 +2992,7 @@ synthesizer written in C++.")
|
||||||
(string-append "--prefix=" (assoc-ref outputs "out"))))))
|
(string-append "--prefix=" (assoc-ref outputs "out"))))))
|
||||||
;; No 'check' target.
|
;; No 'check' target.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "http://themaister.net/rsound.html")
|
(home-page "https://themaister.net/rsound.html")
|
||||||
(synopsis "Networked audio system")
|
(synopsis "Networked audio system")
|
||||||
(description
|
(description
|
||||||
"RSound allows you to send audio from an application and transfer it
|
"RSound allows you to send audio from an application and transfer it
|
||||||
|
|
Reference in a new issue