gnu: Update home pages for the V1 synth family.
* gnu/packages/music.scm (synthv1, drumkv1, samplv1, padthv1) [home-page]: Update & use HTTPS.
This commit is contained in:
parent
16b0e8da48
commit
9459216aa1
|
@ -1313,7 +1313,7 @@ users to select LV2 plugins and run them with jalv.")
|
||||||
("qttools" ,qttools)))
|
("qttools" ,qttools)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://synthv1.sourceforge.net")
|
(home-page "https://synthv1.sourceforge.io")
|
||||||
(synopsis "Polyphonic subtractive synthesizer")
|
(synopsis "Polyphonic subtractive synthesizer")
|
||||||
(description
|
(description
|
||||||
"Synthv1 is an old-school subtractive polyphonic synthesizer with four
|
"Synthv1 is an old-school subtractive polyphonic synthesizer with four
|
||||||
|
@ -1348,7 +1348,7 @@ oscillators and stereo effects.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("qttools" ,qttools)))
|
("qttools" ,qttools)))
|
||||||
(home-page "http://drumkv1.sourceforge.net")
|
(home-page "https://drumkv1.sourceforge.io")
|
||||||
(synopsis "Drum-kit sampler synthesizer with stereo effects")
|
(synopsis "Drum-kit sampler synthesizer with stereo effects")
|
||||||
(description
|
(description
|
||||||
"Drumkv1 is an old-school drum-kit sampler synthesizer with stereo
|
"Drumkv1 is an old-school drum-kit sampler synthesizer with stereo
|
||||||
|
@ -1383,7 +1383,7 @@ effects.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("qttools" ,qttools)))
|
("qttools" ,qttools)))
|
||||||
(home-page "http://samplv1.sourceforge.net")
|
(home-page "https://samplv1.sourceforge.io")
|
||||||
(synopsis "Polyphonic sampler synthesizer with stereo effects")
|
(synopsis "Polyphonic sampler synthesizer with stereo effects")
|
||||||
(description
|
(description
|
||||||
"Samplv1 is an old-school polyphonic sampler synthesizer with stereo
|
"Samplv1 is an old-school polyphonic sampler synthesizer with stereo
|
||||||
|
@ -1418,7 +1418,7 @@ effects.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("qttools" ,qttools)))
|
("qttools" ,qttools)))
|
||||||
(home-page "http://padthv1.sourceforge.net")
|
(home-page "https://padthv1.sourceforge.io")
|
||||||
(synopsis "Polyphonic additive synthesizer")
|
(synopsis "Polyphonic additive synthesizer")
|
||||||
(description
|
(description
|
||||||
"Padthv1 is an old-school polyphonic additive synthesizer with stereo
|
"Padthv1 is an old-school polyphonic additive synthesizer with stereo
|
||||||
|
|
Loading…
Reference in New Issue