diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-01-13 18:11:50 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-01-14 11:41:22 +0200 |
commit | ed1461fa18868a8ac36cb2cb807356122f4392b6 (patch) | |
tree | 909f311fbde8faf64174bbdb4a2b97ce41f199bc /gnu/packages/gnupg.scm | |
parent | 19f41fb4deedd429f3076f29933312c34c2fee39 (diff) | |
download | guix-ed1461fa18868a8ac36cb2cb807356122f4392b6.tar guix-ed1461fa18868a8ac36cb2cb807356122f4392b6.tar.gz |
gnu: parcimonie: Help find new releases.
* gnu/packages/gnupg.scm (parcimonie)[properties]: New field.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 0cb7bc55b9..f0333befa5 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -1170,6 +1170,7 @@ makes it hard to locate an individual based on an identifying subset of her keyring content. Parcimonie is a daemon that fetches one key at a time using the Tor network, waits a bit, changes the Tor circuit being used, and starts over.") + (properties '((upstream-name . "App-Parcimonie"))) (license license:gpl1+))) (define-public jetring |