Unverified Commit b3340fc5 authored by Felix Springer's avatar Felix Springer Committed by GitHub
Browse files

mda-lv2: Update homepage URL

parent 4ba880f5
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 ];