Archived
1
0
Fork 0

gnu: rsound: Use HTTPS home page.

* gnu/packages/audio.scm (rsound)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:31:22 +01:00
parent dd42a2f391
commit 286ab9d3f5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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