From f5f8a380898c48c50477452e03c8e739f45659db Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 20 Jul 2025 13:00:01 +0200 Subject: [PATCH] maintainers: drop bartsch Became maintainer of uboot in 2022, never joined the NixOS org, never reacted to any maintainer pings since. No other PRs, reviews or comments. --- maintainers/maintainer-list.nix | 6 ------ pkgs/misc/uboot/default.nix | 1 - 2 files changed, 7 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 2ca9edb79453..e38292ecee46 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -2852,12 +2852,6 @@ githubId = 75235; name = "Michael Walker"; }; - bartsch = { - email = "consume.noise@gmail.com"; - github = "bartsch"; - githubId = 3390885; - name = "Daniel Martin"; - }; bartuka = { email = "wand@hey.com"; github = "wandersoncferreira"; diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix index 8142ede3407d..9e7b04946fb3 100644 --- a/pkgs/misc/uboot/default.nix +++ b/pkgs/misc/uboot/default.nix @@ -146,7 +146,6 @@ let description = "Boot loader for embedded systems"; license = licenses.gpl2Plus; maintainers = with maintainers; [ - bartsch dezgeg lopsided98 ];