diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-27 19:31:08 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-05 18:26:47 +0300 |
commit | 870ad7c11f5924647b33e0926174e79b45691e9f (patch) | |
tree | 015d810b816f99194e5cc795f3465336487df7c4 /x11-misc/cdm | |
parent | sys-auth/libfprint: add missing remote-id (diff) | |
download | gentoo-870ad7c11f5924647b33e0926174e79b45691e9f.tar.gz gentoo-870ad7c11f5924647b33e0926174e79b45691e9f.tar.bz2 gentoo-870ad7c11f5924647b33e0926174e79b45691e9f.zip |
x11-misc/cdm: add missing remote-id
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35947
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-misc/cdm')
-rw-r--r-- | x11-misc/cdm/metadata.xml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/x11-misc/cdm/metadata.xml b/x11-misc/cdm/metadata.xml index 0de7e88f0721..bda2ea2392c5 100644 --- a/x11-misc/cdm/metadata.xml +++ b/x11-misc/cdm/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 lang="en"> -CDM is a minimalistic, yet full-featured replacement for -login-managers like slim, kdm, gdm and qingy that provides a fast, -dialog-based login system without the overhead of the X Window System -or the instability of qingy. Written in pure bash, CDM has no other -dependencies, yet supports multiple users/sessions and can start -virtually any DE/WM. -</longdescription> + <!-- maintainer-needed --> + <longdescription lang="en"> + CDM is a minimalistic, yet full-featured replacement for + login-managers like slim, kdm, gdm and qingy that provides a fast, + dialog-based login system without the overhead of the X Window System + or the instability of qingy. Written in pure bash, CDM has no other + dependencies, yet supports multiple users/sessions and can start + virtually any DE/WM. + </longdescription> + <upstream> + <remote-id type="github">evertiro/cdm</remote-id> + </upstream> </pkgmetadata> |