invoiceplane: Add changelog

This commit is contained in:
Jonas Heinrich
2024-11-19 11:10:08 +01:00
parent 34943efbbd
commit 48a820f966
+2 -1
View File
@@ -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 ];
};