keyd: take over maintainership

As per https://github.com/NixOS/nixpkgs/issues/344339#issuecomment-2377826745, current maintainer does not want to maintain it.
This commit is contained in:
alfarel 2024-09-27 11:01:54 -04:00
parent 4b1c2ab683
commit 6bec3d1780

View File

@ -72,7 +72,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Key remapping daemon for Linux";
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ];
maintainers = with maintainers; [ alfarel ];
platforms = platforms.linux;
};
}