commit: 7dd0c26c02794df66e449c1fa699e6836b4f1bea Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org> AuthorDate: Sun May 25 18:24:12 2025 +0000 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org> CommitDate: Thu Jun 5 18:52:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd0c26c
mail-mta/proton-mail-bridge: add myself as a maintainer Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/42270 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org> mail-mta/proton-mail-bridge/metadata.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/mail-mta/proton-mail-bridge/metadata.xml b/mail-mta/proton-mail-bridge/metadata.xml index aaec162377ff..670a3dc23aab 100644 --- a/mail-mta/proton-mail-bridge/metadata.xml +++ b/mail-mta/proton-mail-bridge/metadata.xml @@ -1,11 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>[email protected]</email> + <name>Dennis Lamm</name> + </maintainer> <longdescription> - ProtonMail bridge has been Open Source since April 2020. - It is a daemon that essentialy is an interface to Proton's servers. - It can be built with or without it's QT GUI. + Proton Mail Bridge has been open-source since April 2020. + It functions as a daemon that serves as an interface between Proton + Mail's encrypted email services and standard IMAP/SMTP email clients. + This allows users to integrate Proton Mail with applications like + Thunderbird, Outlook, and Apple Mail. + The Bridge can be compiled with or without its Qt-based graphical + user interface (GUI), offering flexibility for both desktop and + headless environments. </longdescription> <upstream> <bugs-to>https://github.com/ProtonMail/proton-bridge/issues</bugs-to>
