Archived
1
0
Fork 0

gnu: faust: Use HTTPS home page.

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

View file

@ -1306,7 +1306,7 @@ PS, and DAB+.")
#t)))))
(native-inputs
`(("unzip" ,unzip)))
(home-page "http://faust.grame.fr/")
(home-page "https://faust.grame.fr/")
(synopsis "Signal processing language")
(description
"Faust is a programming language for realtime audio signal processing.")