fluidsynth: update homepage permanent redirect to HTTPS
This commit is contained in:
parent
c44acaaceb
commit
2fbc36f3d8
@ -40,7 +40,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Real-time software synthesizer based on the SoundFont 2 specifications";
|
description = "Real-time software synthesizer based on the SoundFont 2 specifications";
|
||||||
homepage = "http://www.fluidsynth.org";
|
homepage = "https://www.fluidsynth.org";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = with maintainers; [ goibhniu lovek323 ];
|
maintainers = with maintainers; [ goibhniu lovek323 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user