fomp: update homepage

and use SPDX 3.0 license identifier
main
Renaud 2 years ago committed by c0bw3b
parent 8b4979c750
commit 31f993329e
  1. 4
      pkgs/applications/audio/fomp/default.nix

@ -13,9 +13,9 @@ stdenv.mkDerivation rec {
buildInputs = [ lv2 python3 ];
meta = with lib; {
homepage = "http://drobilla.net/software/fomp/";
homepage = "https://drobilla.net/software/fomp.html";
description = "An LV2 port of the MCP, VCO, FIL, and WAH plugins by Fons Adriaensen";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = [ maintainers.magnetophon ];
platforms = platforms.linux;
};

Loading…
Cancel
Save