From 2fbc36f3d891c86ae34dc0414bc78e74e8911218 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Sun, 17 Jan 2021 01:05:00 +0100 Subject: [PATCH] fluidsynth: update homepage permanent redirect to HTTPS --- pkgs/applications/audio/fluidsynth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/fluidsynth/default.nix b/pkgs/applications/audio/fluidsynth/default.nix index 9d9772cde29..8c7a9775945 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;