kanshi: Remove myself from the maintainers

I do not use kanshi anymore and thus cannot meaningfully test changes.

Since it is my only maintained module, also remove myself from the
maintainer lists.
This commit is contained in:
Vincent Gatine
2026-05-09 13:23:25 +02:00
committed by Matthieu Coudron
parent dcebe66f95
commit c0729fa3f0
3 changed files with 1 additions and 14 deletions

View File

@@ -1840,13 +1840,6 @@
name = "Viktor Titov";
source = "nixpkgs";
};
nurelin = {
email = "nurelin@users.noreply.github.com";
github = "nurelin";
githubId = 5276274;
name = "nurelin";
source = "home-manager";
};
nyarly = {
email = "nyarly@gmail.com";
github = "nyarly";

View File

@@ -434,12 +434,6 @@
github = "NitroSniper";
githubId = 44097331;
};
nurelin = {
name = "nurelin";
email = "nurelin@users.noreply.github.com";
github = "nurelin";
githubId = 5276274;
};
ojsef39 = {
name = "Josef Hofer";
email = "josef.hofer@1und1.de";

View File

@@ -221,7 +221,7 @@ let
in
{
meta.maintainers = [ lib.hm.maintainers.nurelin ];
meta.maintainers = [ ];
options.services.kanshi = {
enable = lib.mkEnableOption "kanshi, a Wayland daemon that automatically configures outputs";