summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-29 06:48:17 +0000
committerSam James <sam@gentoo.org>2022-06-29 07:25:24 +0000
commit15b8287561de94d659dfc00ae423be903cefc9b4 (patch)
tree322808c0e1327e6d949324b3782e7922d4394781 /dev-libs/libassuan
parentapp-crypt/gpa: update maintainers (add base-system@) (diff)
downloadgentoo-15b8287561de94d659dfc00ae423be903cefc9b4.tar.gz
gentoo-15b8287561de94d659dfc00ae423be903cefc9b4.tar.bz2
gentoo-15b8287561de94d659dfc00ae423be903cefc9b4.zip
dev-libs/libassuan: update maintainers (add base-system@)
It makes sense for the gnupg stack to have aligned maintainers. Bug: https://bugs.gentoo.org/813621 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libassuan')
-rw-r--r--dev-libs/libassuan/metadata.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libassuan/metadata.xml b/dev-libs/libassuan/metadata.xml
index ea62cfbd9fb3..2a5683490ac8 100644
--- a/dev-libs/libassuan/metadata.xml
+++ b/dev-libs/libassuan/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>
+ <maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ <name>Gentoo Base System</name>
+ </maintainer>
+ <longdescription>
In an ideal world, Assuan is irrelevant. Assuan's primary use is to
allow a client to interact with a non-persistent server. Using Assuan,
this is accomplished by forking a subprocess and communicating with it
@@ -12,5 +15,5 @@ across several transactions: not only is there a penalty for an
increased number of context switches, but also a significant amount of
data is MEMCPYed from the client to a file descriptor and from the file
descriptor to the server.
-</longdescription>
+ </longdescription>
</pkgmetadata>