mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: keepassxc: Add release-monitoring-property.
* gnu/packages/password-utils.scm (keepassxc)[properties]: New field.
This commit is contained in:
parent
a275ef3966
commit
097e1b6f92
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2015 Steve Sprang <scs@stevesprang.com>
|
||||
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2015 Aljosha Papsch <misc@rpapsch.de>
|
||||
;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
|
||||
;;; Copyright © 2016 Jessica Tallon <tsyesika@tsyesika.se>
|
||||
|
@ -177,6 +177,8 @@ (define-public keepassxc
|
|||
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)))
|
||||
|
|
Loading…
Reference in a new issue