ngz pushed a commit to branch master
in repository guix.

commit 4b9805631b3afb63738a65b41a616f045d159036
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:05:19 2021 +0100

    gnu: fluidsynth: Use HTTPS home page URI.
    
    * gnu/packages/audio.scm (fluidsynth)[home-page]: Use HTTPS URI.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 19fca6f..cc5189a 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -27,7 +27,7 @@
 ;;; Copyright © 2019 Christopher Lemmer Webber <[email protected]>
 ;;; Copyright © 2019 Jan Wielkiewicz <[email protected]>
 ;;; Copyright © 2019 Hartmt Goebel <[email protected]>
-;;; Copyright © 2019 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2019, 2021 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2020 Vincent Legoll <[email protected]>
 ;;; Copyright © 2020 Guillaume Le Vaillant <[email protected]>
 ;;; Copyright © 2020 Jonathan Frederickson <[email protected]>
@@ -1646,7 +1646,7 @@ follower.")
        ("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

Reply via email to