light-locker: Conform meta.description to CONTRIBUTING

This commit is contained in:
Balletie 2016-12-18 19:33:13 +01:00
parent 786b5dd07b
commit bf82db37d2
No known key found for this signature in database
GPG Key ID: A728847A61ACE466

View File

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