maintainers: drop kanielrkirby (#424390)

This commit is contained in:
Wolfgang Walther
2025-07-19 11:56:02 +00:00
committed by GitHub
2 changed files with 1 additions and 7 deletions

View File

@@ -12997,12 +12997,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";
};
}