herbstluftwm: add maintainership

This commit is contained in:
Thibaut Marty 2020-11-20 16:39:33 +00:00
parent 43a2382df7
commit 5ce3719c43

View file

@ -38,10 +38,11 @@ stdenv.mkDerivation rec {
libXrandr libXrandr
]; ];
meta = { meta = with lib; {
description = "A manual tiling window manager for X"; description = "A manual tiling window manager for X";
homepage = "https://herbstluftwm.org/"; homepage = "https://herbstluftwm.org/";
license = lib.licenses.bsd2; license = licenses.bsd2;
platforms = lib.platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ thibautmarty ];
}; };
} }