diff options
-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> |