gnu: amsynth: Use HTTPS home page.
* gnu/packages/music.scm (amsynth)[home-page]: Use HTTPS.
This commit is contained in:
parent
a369682826
commit
c99f0e5780
1 changed files with 1 additions and 1 deletions
|
@ -1563,7 +1563,7 @@ special variant of additive synthesis.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)))
|
("intltool" ,intltool)))
|
||||||
(home-page "http://amsynth.github.io")
|
(home-page "https://amsynth.github.io")
|
||||||
(synopsis "Analog modeling synthesizer")
|
(synopsis "Analog modeling synthesizer")
|
||||||
(description
|
(description
|
||||||
"amsynth is an easy-to-use software synthesizer with a classic
|
"amsynth is an easy-to-use software synthesizer with a classic
|
||||||
|
|
Reference in a new issue