mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
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:
committed by
Matthieu Coudron
parent
dcebe66f95
commit
c0729fa3f0
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user