summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-08-06 12:51:00 -0500
committerGitHub <noreply@github.com>2023-08-06 12:51:00 -0500
commit4b68f2cde57decc57a539778b37d0dffd81af068 (patch)
tree3e284e81ab7d9752107024302a43508e0731a36e
parent33f94e60320102c6636e4a0f3c3a96158ca06fe2 (diff)
parentb3340fc540ff4479da25680041ee8979c794b9fd (diff)
downloadnixpkgs-4b68f2cde57decc57a539778b37d0dffd81af068.tar
nixpkgs-4b68f2cde57decc57a539778b37d0dffd81af068.tar.gz
nixpkgs-4b68f2cde57decc57a539778b37d0dffd81af068.tar.bz2
nixpkgs-4b68f2cde57decc57a539778b37d0dffd81af068.tar.lz
nixpkgs-4b68f2cde57decc57a539778b37d0dffd81af068.tar.xz
nixpkgs-4b68f2cde57decc57a539778b37d0dffd81af068.tar.zst
nixpkgs-4b68f2cde57decc57a539778b37d0dffd81af068.zip
Merge pull request #247532 from jumper149/jumper149-patch-mda-lv2
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 ];