mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Use HTTPS for non.tuxfamily.org home pages.
* gnu/packages/music.scm (non-timeline, non-mixer, non-session-manager) (non-sequencer)[home-page]: Use HTTPS.
This commit is contained in:
parent
db483baa1a
commit
48a13b4b82
1 changed files with 4 additions and 4 deletions
|
@ -1040,7 +1040,7 @@ (define-public non-sequencer
|
|||
("ntk" ,ntk)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://non.tuxfamily.org/wiki/Non%20Sequencer")
|
||||
(home-page "https://non.tuxfamily.org/wiki/Non%20Sequencer")
|
||||
(synopsis "Pattern-based MIDI sequencer")
|
||||
(description
|
||||
"The Non Sequencer is a powerful, lightweight, real-time,
|
||||
|
@ -1064,7 +1064,7 @@ (define-public non-session-manager
|
|||
("ntk" ,ntk)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://non.tuxfamily.org/nsm/")
|
||||
(home-page "https://non.tuxfamily.org/nsm/")
|
||||
(synopsis "Audio session management")
|
||||
(description
|
||||
"The Non Session Manager is an API and an implementation for audio
|
||||
|
@ -1088,7 +1088,7 @@ (define-public non-mixer
|
|||
("ntk" ,ntk)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://non.tuxfamily.org/wiki/Non%20Mixer")
|
||||
(home-page "https://non.tuxfamily.org/wiki/Non%20Mixer")
|
||||
(synopsis "Modular digital audio mixer")
|
||||
(description
|
||||
"The Non Mixer is a powerful, reliable and fast modular digital audio
|
||||
|
@ -1113,7 +1113,7 @@ (define-public non-timeline
|
|||
("ntk" ,ntk)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://non.tuxfamily.org/wiki/Non%20Timeline")
|
||||
(home-page "https://non.tuxfamily.org/wiki/Non%20Timeline")
|
||||
(synopsis "Modular digital audio timeline arranger")
|
||||
(description
|
||||
"The Non Timeline is a powerful, reliable and fast modular digital audio
|
||||
|
|
Loading…
Reference in a new issue