me
/
guix
Archived
1
0
Fork 0

gnu: faust: Use HTTPS home page.

* gnu/packages/audio.scm (faust)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

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.")