mda-lv2: Update homepage URL

This commit is contained in:
Felix Springer 2023-08-06 17:24:53 +02:00 committed by GitHub
parent 4ba880f50c
commit b3340fc540
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];