diff options
author | Vinicius Monego <monego@posteo.net> | 2025-05-08 10:41:05 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2025-06-04 19:25:37 -0300 |
commit | 1ccd5d1c015bb518e55be07827bb9ecf79318c63 (patch) | |
tree | b75c613c08c894e50ac3240133729300402fbe2f | |
parent | 5a8b0663a7e81a41040fc08a076c050fcc650c5b (diff) |
gnu: homebank: Add release-monitoring-url property.
* gnu/packages/finance.scm (homebank)[properties]: Add
release-monitoring-url.
Change-Id: I9d205aa829abc4b9ebc290b4eb7a1c9b6d1e4328
-rw-r--r-- | gnu/packages/finance.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 80e3f85e03..a0f3d13d91 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -320,6 +320,8 @@ Accounting.") home. The seeks to be lightweight, simple and easy to use. It brings features that allow you to analyze your finances in a detailed way instantly and dynamically with report tools based on filtering and graphical charts.") + (properties + '((release-monitoring-url . "https://www.gethomebank.org/en/downloads.php"))) (license license:gpl2+))) (define-public ledger |