commit: 216a45ea0a921deef12907291b49e6e46f4d3340 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Thu Mar 12 15:49:47 2026 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Thu Mar 12 15:49:47 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216a45ea
app-crypt/age: add myself as a maintainer Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> app-crypt/age/metadata.xml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/app-crypt/age/metadata.xml b/app-crypt/age/metadata.xml index 032a950be681..9c554836fa0b 100644 --- a/app-crypt/age/metadata.xml +++ b/app-crypt/age/metadata.xml @@ -1,13 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <longdescription> - A simple, modern and secure encryption tool (and Go library) with - small explicit keys, no config options, and UNIX-style - composability. - </longdescription> - <upstream> - <remote-id type="github">FiloSottile/age</remote-id> - </upstream> + <maintainer type="person"> + <email>[email protected]</email> + <name>Matthias Maier</name> + </maintainer> + <longdescription> + A simple, modern and secure encryption tool (and Go library) with + small explicit keys, no config options, and UNIX-style + composability. + </longdescription> + <upstream> + <remote-id type="github">FiloSottile/age</remote-id> + </upstream> </pkgmetadata>
