Unverified Commit 4b68f2cd authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #247532 from jumper149/jumper149-patch-mda-lv2

mda-lv2: Update homepage URL
parents 33f94e60 b3340fc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];