Unverified Commit c7fcbca9 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

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.
parent 18916ed2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}