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
];
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 ];
};
}