summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-19 01:01:50 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-12 04:57:42 +0100
commit62f6f9d99fdef05086251e8e10554990092c9844 (patch)
tree62c70c1aeb0f74d2cc338ded1772e0bf2d368d7a
parent286ab9d3f54da3f9c5196f4071686aa08059e0a0 (diff)
downloadpatches-62f6f9d99fdef05086251e8e10554990092c9844.tar
patches-62f6f9d99fdef05086251e8e10554990092c9844.tar.gz
gnu: faust: Use HTTPS home page.
* gnu/packages/audio.scm (faust)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/audio.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index ea65b4efb1..b6e0a436c3 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -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.")