herbstluftwm: add maintainership
This commit is contained in:
parent
43a2382df7
commit
5ce3719c43
1 changed files with 4 additions and 3 deletions
|
@ -38,10 +38,11 @@ stdenv.mkDerivation rec {
|
|||
libXrandr
|
||||
];
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "A manual tiling window manager for X";
|
||||
homepage = "https://herbstluftwm.org/";
|
||||
license = lib.licenses.bsd2;
|
||||
platforms = lib.platforms.linux;
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ thibautmarty ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue