summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix Springer <39434424+jumper149@users.noreply.github.com>2023-08-06 17:24:53 +0200
committerGitHub <noreply@github.com>2023-08-06 17:24:53 +0200
commitb3340fc540ff4479da25680041ee8979c794b9fd (patch)
treeb93dfaefce9f1872fcc9f5d10659726ff0b2fbe7
parent4ba880f50c0199314d78b1f5ba8c421ad8132118 (diff)
downloadnixpkgs-b3340fc540ff4479da25680041ee8979c794b9fd.tar
nixpkgs-b3340fc540ff4479da25680041ee8979c794b9fd.tar.gz
nixpkgs-b3340fc540ff4479da25680041ee8979c794b9fd.tar.bz2
nixpkgs-b3340fc540ff4479da25680041ee8979c794b9fd.tar.lz
nixpkgs-b3340fc540ff4479da25680041ee8979c794b9fd.tar.xz
nixpkgs-b3340fc540ff4479da25680041ee8979c794b9fd.tar.zst
nixpkgs-b3340fc540ff4479da25680041ee8979c794b9fd.zip
mda-lv2: Update homepage URL
-rw-r--r--pkgs/applications/audio/mda-lv2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/mda-lv2/default.nix b/pkgs/applications/audio/mda-lv2/default.nix
index 92f8506483f..98812bec4d8 100644
--- a/pkgs/applications/audio/mda-lv2/default.nix
+++ b/pkgs/applications/audio/mda-lv2/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ fftwSinglePrec lv2 ];
 
   meta = with lib; {
-    homepage = "http://drobilla.net/software/mda-lv2/";
+    homepage = "http://drobilla.net/software/mda-lv2.html";
     description = "An LV2 port of the MDA plugins by Paul Kellett";
     license = licenses.gpl2Plus;
     maintainers = [ maintainers.goibhniu ];