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
1 changed files with 4 additions and 4 deletions
|
@ -1313,7 +1313,7 @@ (define-public synthv1
|
|||
("qttools" ,qttools)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://synthv1.sourceforge.net")
|
||||
(home-page "https://synthv1.sourceforge.io")
|
||||
(synopsis "Polyphonic subtractive synthesizer")
|
||||
(description
|
||||
"Synthv1 is an old-school subtractive polyphonic synthesizer with four
|
||||
|
@ -1348,7 +1348,7 @@ (define-public drumkv1
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("qttools" ,qttools)))
|
||||
(home-page "http://drumkv1.sourceforge.net")
|
||||
(home-page "https://drumkv1.sourceforge.io")
|
||||
(synopsis "Drum-kit sampler synthesizer with stereo effects")
|
||||
(description
|
||||
"Drumkv1 is an old-school drum-kit sampler synthesizer with stereo
|
||||
|
@ -1383,7 +1383,7 @@ (define-public samplv1
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("qttools" ,qttools)))
|
||||
(home-page "http://samplv1.sourceforge.net")
|
||||
(home-page "https://samplv1.sourceforge.io")
|
||||
(synopsis "Polyphonic sampler synthesizer with stereo effects")
|
||||
(description
|
||||
"Samplv1 is an old-school polyphonic sampler synthesizer with stereo
|
||||
|
@ -1418,7 +1418,7 @@ (define-public padthv1
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("qttools" ,qttools)))
|
||||
(home-page "http://padthv1.sourceforge.net")
|
||||
(home-page "https://padthv1.sourceforge.io")
|
||||
(synopsis "Polyphonic additive synthesizer")
|
||||
(description
|
||||
"Padthv1 is an old-school polyphonic additive synthesizer with stereo
|
||||
|
|
Loading…
Reference in a new issue