about summary refs log tree commit diff
path: root/pkgs/applications/audio/munt/mt32emu-smf2wav.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/munt/mt32emu-smf2wav.nix')
-rw-r--r--pkgs/applications/audio/munt/mt32emu-smf2wav.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/munt/mt32emu-smf2wav.nix b/pkgs/applications/audio/munt/mt32emu-smf2wav.nix
index b9e87a3053030..517d1b200aaba 100644
--- a/pkgs/applications/audio/munt/mt32emu-smf2wav.nix
+++ b/pkgs/applications/audio/munt/mt32emu-smf2wav.nix
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with lib; {
-    homepage = "http://munt.sourceforge.net/";
+    homepage = "https://munt.sourceforge.net/";
     description = "Produces a WAVE file from a Standard MIDI file (SMF)";
     license = with licenses; [ gpl3Plus ];
     maintainers = with maintainers; [ OPNA2608 ];