mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: fluidsynth: Use HTTPS home page URI.
* gnu/packages/audio.scm (fluidsynth)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
25b92e27fd
commit
4b9805631b
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
;;; Copyright © 2019 Christopher Lemmer Webber <cwebber@dustycloud.org>
|
||||
;;; Copyright © 2019 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
|
||||
;;; Copyright © 2019 Hartmt Goebel <h.goebel@crazy-compilers.com>
|
||||
;;; Copyright © 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||
;;; Copyright © 2019, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
|
||||
;;; Copyright © 2020 Jonathan Frederickson <jonathan@terracrypt.net>
|
||||
|
@ -1646,7 +1646,7 @@ (define-public fluidsynth
|
|||
("glib" ,glib)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.fluidsynth.org/")
|
||||
(home-page "https://www.fluidsynth.org/")
|
||||
(synopsis "SoundFont synthesizer")
|
||||
(description
|
||||
"FluidSynth is a real-time software synthesizer based on the SoundFont 2
|
||||
|
|
Loading…
Reference in a new issue