slock: fix license
This commit is contained in:
parent
9ba8e9a9da
commit
d9837dbd89
@ -7,14 +7,14 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
buildInputs = [ xproto libX11 libXext libXrandr ];
|
||||
installFlags = "DESTDIR=\${out} PREFIX=";
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://tools.suckless.org/slock;
|
||||
description = "Simple X display locker";
|
||||
longDescription = ''
|
||||
Simple X display locker. This is the simplest X screen locker.
|
||||
'';
|
||||
license = "bsd";
|
||||
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ astsmtl ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user