mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
light-locker: Conform meta.description to CONTRIBUTING
This commit is contained in:
parent
786b5dd07b
commit
bf82db37d2
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user