Unverified Commit c2207529 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #307278 from andrew-d/andrew/remove-myself

maintainers: remove andrew-d as a maintainer
parents 18967e98 ca9932ab
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1247,12 +1247,6 @@
    githubId = 962885;
    name = "Andrew Chambers";
  };
  andrew-d = {
    email = "andrew@du.nham.ca";
    github = "andrew-d";
    githubId = 1079173;
    name = "Andrew Dunham";
  };
  andrewrk = {
    email = "superjoe30@gmail.com";
    github = "andrewrk";
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ with lib.maintainers; {
  acme = {
    members = [
      aanderse
      andrew-d
      arianvp
      emily
      flokli
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
import ./make-test-python.nix ({ pkgs, ... }: {
  name = "gvisor";
  meta = with pkgs.lib.maintainers; {
    maintainers = [ andrew-d ];
    maintainers = [ ];
  };

  nodes = {
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
    homepage    = "https://xournalpp.github.io/";
    changelog   = "https://github.com/xournalpp/xournalpp/blob/v${version}/CHANGELOG.md";
    license     = licenses.gpl2Plus;
    maintainers = with maintainers; [ andrew-d sikmir ];
    maintainers = with maintainers; [ sikmir ];
    platforms   = platforms.unix;
    mainProgram = "xournalpp";
  };
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ let
        description = "Open Source Continuous File Synchronization";
        changelog = "https://github.com/syncthing/syncthing/releases/tag/v${version}";
        license = licenses.mpl20;
        maintainers = with maintainers; [ joko peterhoeg andrew-d ];
        maintainers = with maintainers; [ joko peterhoeg ];
        mainProgram = target;
        platforms = platforms.unix;
      };
Loading