summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <[email protected]>2022-01-13 16:08:36 +0200
committerEfraim Flashner <[email protected]>2022-01-14 11:41:19 +0200
commit097e1b6f92394e23b2783c4b3a2f347e3584df51 (patch)
tree20c60171539378ef49092ab446e04f71d8695e38 /gnu
parenta275ef39663e36259020003694ea27d03797e69c (diff)
gnu: keepassxc: Add release-monitoring-property.
* gnu/packages/password-utils.scm (keepassxc)[properties]: New field.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/password-utils.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 0ff8608c9c..3dd259eab6 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Steve Sprang <[email protected]>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner <[email protected]>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Efraim Flashner <[email protected]>
;;; Copyright © 2015 Aljosha Papsch <[email protected]>
;;; Copyright © 2016 Christine Lemmer-Webber <[email protected]>
;;; Copyright © 2016 Jessica Tallon <[email protected]>
@@ -177,6 +177,8 @@ manage your passwords in a secure way. You can put all your passwords in one
database, which is locked with one master key or a key-file which can be stored
on an external storage device. The databases are encrypted using the
algorithms AES or Twofish.")
+ (properties
+ '((release-monitoring-url . "https://github.com/keepassxreboot/keepassxc/releases")))
;; While various parts of the software are licensed under different licenses,
;; the combined work falls under the GPLv3.
(license license:gpl3)))