maintainers: drop kanielrkirby

Added lazysql in April/June 2024 and became a maintainer for it. Never
joined the nixos org and never interacted with any of the 13 update PRs.
This commit is contained in:
Wolfgang Walther 2025-07-11 20:52:03 +02:00
parent 18916ed208
commit c7fcbca90c
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1
2 changed files with 1 additions and 7 deletions

View File

@ -12985,12 +12985,6 @@
githubId = 56224949;
name = "Mia Kanashi";
};
kanielrkirby = {
email = "kanielrkirby@runbox.com";
github = "kanielrkirby";
githubId = 77940607;
name = "Kaniel Kirby";
};
karantan = {
name = "Gasper Vozel";
email = "karantan@gmail.com";

View File

@ -37,7 +37,7 @@ buildGoModule rec {
description = "Cross-platform TUI database management tool written in Go";
homepage = "https://github.com/jorgerojas26/lazysql";
license = licenses.mit;
maintainers = with maintainers; [ kanielrkirby ];
maintainers = with maintainers; [ ];
mainProgram = "lazysql";
};
}