diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:50:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-02 21:46:27 +0100 |
commit | c99f0e5780f810c78890424ff668becc44cb1776 (patch) | |
tree | e4bab10f95955152d6863f3effe32e1ffad4b048 | |
parent | a3696828269e9bc6719db51a930ae37b720dc23f (diff) | |
download | patches-c99f0e5780f810c78890424ff668becc44cb1776.tar patches-c99f0e5780f810c78890424ff668becc44cb1776.tar.gz |
gnu: amsynth: Use HTTPS home page.
* gnu/packages/music.scm (amsynth)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/music.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 924b802c27..536831c804 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1563,7 +1563,7 @@ special variant of additive synthesis.") (native-inputs `(("pkg-config" ,pkg-config) ("intltool" ,intltool))) - (home-page "http://amsynth.github.io") + (home-page "https://amsynth.github.io") (synopsis "Analog modeling synthesizer") (description "amsynth is an easy-to-use software synthesizer with a classic |