mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
herbstluftwm: add maintainership
This commit is contained in:
parent
43a2382df7
commit
5ce3719c43
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user