fluidsynth: update homepage permanent redirect to HTTPS

This commit is contained in:
Thomas Gerbet 2021-01-17 01:05:00 +01:00 committed by Cole Helbling
parent c44acaaceb
commit 2fbc36f3d8

View File

@ -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;