summaryrefslogtreecommitdiff
path: root/gnu/packages/password-utils.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2025-02-27 12:31:21 +0000
committerSharlatan Hellseher <[email protected]>2025-02-27 12:31:47 +0000
commita477e1c05cc42e0d5e7ffe58c4d80d9e687e1026 (patch)
tree9490bbf91a951716f644fc5420cac647642c4244 /gnu/packages/password-utils.scm
parent3f6eefdcf2865d037ed2a02d6b354669af189153 (diff)
gnu: pass-age: Adjust inputs.
Following up commit 05e0793479e09dc196070dd98dd273f094289356 where age-keygen was merged with age. * gnu/packages/password-utils.scm (pass-age): [inputs]: Remove age-keygen. Change-Id: I34f72ee8d18b7ddc86e5869075f63d7f4f4226ff
Diffstat (limited to 'gnu/packages/password-utils.scm')
-rw-r--r--gnu/packages/password-utils.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 78154b967c..74967794f6 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -879,7 +879,7 @@ through the pass command.")
("src/completion/pass.zsh-completion"
"/share/zsh/site-functions/_passage"))))
(inputs
- (list age age-keygen coreutils-minimal git-minimal
+ (list age coreutils-minimal git-minimal
procps qrencode sed tree util-linux))
(home-page "https://github.com/FiloSottile/passage")
(synopsis "Encrypted password manager")