summary refs log tree commit diff
path: root/pkgs/applications/audio/MMA
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-03-20 13:36:23 +0100
committerPatrick Hilhorst <git@hilhorst.be>2020-03-20 13:36:23 +0100
commit9fc5e7e473874762fdb1b49d17dcf703d48352c3 (patch)
tree93932db70d464e3cf3bb36460715dda5fd360b24 /pkgs/applications/audio/MMA
parentecce3a7bc9a35415b82169630d352abddf6bcdd2 (diff)
downloadnixpkgs-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar
nixpkgs-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.gz
nixpkgs-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.bz2
nixpkgs-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.lz
nixpkgs-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.xz
nixpkgs-9fc5e7e473874762fdb1b49d17dcf703d48352c3.tar.zst
nixpkgs-9fc5e7e473874762fdb1b49d17dcf703d48352c3.zip
treewide: fix redirected urls (again)
Ran the same script as #78265.
Additionally, manually replaced `http://goodies.xfce.org`
with https.
Diffstat (limited to 'pkgs/applications/audio/MMA')
-rw-r--r--pkgs/applications/audio/MMA/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/MMA/default.nix b/pkgs/applications/audio/MMA/default.nix
index 4304fe59bdf..1b13b11a015 100644
--- a/pkgs/applications/audio/MMA/default.nix
+++ b/pkgs/applications/audio/MMA/default.nix
@@ -61,7 +61,7 @@
 
   meta = {
     description = "Creates MIDI tracks for a soloist to perform over from a user supplied file containing chords";
-    homepage =  http://www.mellowood.ca/mma/index.html;
+    homepage =  https://www.mellowood.ca/mma/index.html;
     license = stdenv.lib.licenses.gpl2;
     maintainers = [ stdenv.lib.maintainers.magnetophon ];
     platforms = stdenv.lib.platforms.linux;