mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
fomp: update homepage
and use SPDX 3.0 license identifier
This commit is contained in:
parent
8b4979c750
commit
31f993329e
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ lv2 python3 ];
|
buildInputs = [ lv2 python3 ];
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
description = "An LV2 port of the MCP, VCO, FIL, and WAH plugins by Fons Adriaensen";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.magnetophon ];
|
maintainers = [ maintainers.magnetophon ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue