Unverified Commit f6de86e5 authored by Lily Foster's avatar Lily Foster Committed by GitHub
Browse files

Merge pull request #223976 from cyntheticfox/patch/maintainers-update

maintainers: Update houstdav000 -> cyntheticfox
parents 84bc58c4 6e8c2760
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -3252,6 +3252,13 @@
      fingerprint = "2B1F 70F9 5F1B 48DA 2265 A7FA A6BC 8B8C EB31 659B";
    }];
  };
  cyntheticfox = {
    email = "houstdav000@gmail.com";
    github = "cyntheticfox";
    githubId = 17628961;
    matrix = "@houstdav000:gh0st.ems.host";
    name = "Cynthia Fox";
  };
  cyounkins = {
    name = "Craig Younkins";
    email = "cyounkins@gmail.com";
@@ -6170,13 +6177,6 @@
    githubId = 25618740;
    name = "Vincent Cui";
  };
  houstdav000 = {
    email = "houstdav000@gmail.com";
    github = "houstdav000";
    githubId = 17628961;
    matrix = "@houstdav000:gh0st.ems.host";
    name = "David Houston";
  };
  hoverbear = {
    email = "operator+nix@hoverbear.org";
    matrix = "@hoverbear:matrix.org";
+1 −1
Original line number Diff line number Diff line
@@ -62,5 +62,5 @@ in
    };
  };

  meta.maintainers = with maintainers; [ houstdav000 ];
  meta.maintainers = with maintainers; [ cyntheticfox ];
}