Unverified Commit 15986e48 authored by Michael Daniels's avatar Michael Daniels
Browse files

maintainers: drop andrewsmith

Last nixpkgs activity was Feb 2023. Not an org member. No response to 11 PRs.
parent 52c03276
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1648,12 +1648,6 @@
    githubId = 106511;
    name = "Andrew Kelley";
  };
  andrewsmith = {
    email = "andrew@velvet.software";
    github = "andrewsmith";
    githubId = 29887;
    name = "Andrew Smith";
  };
  Andy3153 = {
    name = "Andrei Dobrete";
    email = "andy3153@protonmail.com";
+1 −1
Original line number Diff line number Diff line
@@ -49,6 +49,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://squawkhq.com";
    changelog = "https://github.com/sbdchd/squawk/blob/v${version}/CHANGELOG.md";
    license = with lib.licenses; [ gpl3Only ];
    maintainers = with lib.maintainers; [ andrewsmith ];
    maintainers = with lib.maintainers; [ ];
  };
}