light-locker: Conform meta.description to CONTRIBUTING

This commit is contained in:
Balletie
2016-12-18 19:38:12 +01:00
parent 786b5dd07b
commit bf82db37d2
@@ -43,14 +43,15 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/the-cavalry/light-locker; homepage = https://github.com/the-cavalry/light-locker;
description = "Light-locker is a simple locker"; description = "A simple session-locker for LightDM";
longDescription = '' longDescription = ''
light-locker is a simple locker (forked from gnome-screensaver) A simple locker (forked from gnome-screensaver) that aims to
that aims to have simple, sane, secure defaults and be well have simple, sane, secure defaults and be well integrated with
integrated with the desktop while not carrying any the desktop while not carrying any desktop-specific
desktop-specific dependencies. It relies on lightdm for locking dependencies.
and unlocking your session via ConsoleKit/UPower or
logind/systemd. It relies on LightDM for locking and unlocking your session via
ConsoleKit/UPower or logind/systemd.
''; '';
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ obadz ]; maintainers = with maintainers; [ obadz ];