From f3d73b8267939682dce4133a41436697f021fe1d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 26 Oct 2023 21:15:59 +0200 Subject: [PATCH] pass: adopt. --- srcpkgs/pass/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pass/template b/srcpkgs/pass/template index 29c2b786861..c04f21d4c02 100644 --- a/srcpkgs/pass/template +++ b/srcpkgs/pass/template @@ -7,7 +7,7 @@ make_install_args="WITH_BASHCOMP=yes WITH_ZSHCOMP=yes WITH_FISHCOMP=yes" depends="bash gnupg>=2 tree" checkdepends="gnupg tree git" short_desc="Stores, retrieves, generates, and synchronizes passwords securely" -maintainer="Orphaned " +maintainer="Leah Neukirchen " license="GPL-2.0-or-later" homepage="https://www.passwordstore.org" distfiles="https://git.zx2c4.com/password-store/snapshot/password-store-${version}.tar.xz"