diff --git a/pkgs/by-name/in/invoiceplane/package.nix b/pkgs/by-name/in/invoiceplane/package.nix index 2543ce763348..cc5a9e365a4f 100644 --- a/pkgs/by-name/in/invoiceplane/package.nix +++ b/pkgs/by-name/in/invoiceplane/package.nix @@ -30,8 +30,9 @@ stdenv.mkDerivation rec { meta = { description = "Self-hosted open source application for managing your invoices, clients and payments"; - license = lib.licenses.mit; + changelog = "https://github.com/InvoicePlane/InvoicePlane/releases/tag/v${version}"; homepage = "https://www.invoiceplane.com"; + license = lib.licenses.mit; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ onny ]; };