diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-16 23:22:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-16 23:32:01 +0200 |
commit | 12c8c997e79be0321822d4ccf051493d67b3a217 (patch) | |
tree | 4fea49547f5e8ddf2d044384946b5c1c5fb205be /gnu/packages/audio.scm | |
parent | 37dc29200c44adc0474476b8df46ed44e8a1d41a (diff) | |
download | guix-12c8c997e79be0321822d4ccf051493d67b3a217.tar guix-12c8c997e79be0321822d4ccf051493d67b3a217.tar.gz |
gnu: qsynth: Use newer (HTTPS) home page.
* gnu/packages/audio.scm (qsynth)[home-page]: Update.
Diffstat (limited to 'gnu/packages/audio.scm')
-rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 3168a97414..2886db5a48 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2889,7 +2889,7 @@ interface.") `(("fluidsynth" ,fluidsynth) ("qtbase" ,qtbase) ("qtx11extras" ,qtx11extras))) - (home-page "http://qsynth.sourceforge.net") + (home-page "https://qsynth.sourceforge.io") (synopsis "Graphical user interface for FluidSynth") (description "Qsynth is a GUI front-end application for the FluidSynth SoundFont |