about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2021-01-17 01:05:00 +0100
committerCole Helbling <cole.e.helbling@outlook.com>2021-01-16 18:29:04 -0800
commit2fbc36f3d891c86ae34dc0414bc78e74e8911218 (patch)
treebb81eb8c41422a549f2e33361fd2dbeb83662b0f /pkgs
parentc44acaaceb04ab149b805656eeffcdf2acf939e6 (diff)
fluidsynth: update homepage permanent redirect to HTTPS
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/fluidsynth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/fluidsynth/default.nix b/pkgs/applications/audio/fluidsynth/default.nix
index 9d9772cde29a5..8c7a9775945a4 100644
--- a/pkgs/applications/audio/fluidsynth/default.nix
+++ b/pkgs/applications/audio/fluidsynth/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation  {
 
   meta = with lib; {
     description = "Real-time software synthesizer based on the SoundFont 2 specifications";
-    homepage    = "http://www.fluidsynth.org";
+    homepage    = "https://www.fluidsynth.org";
     license     = licenses.lgpl21Plus;
     maintainers = with maintainers; [ goibhniu lovek323 ];
     platforms   = platforms.unix;