Unverified Commit a7dee58c authored by Preston Pan's avatar Preston Pan
Browse files

maintainers: add ret2pop

parent 3a240730
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -19729,6 +19729,12 @@
    github = "Reputable2772";
    githubId = 153411261;
  };
  ret2pop = {
    email = "ret2pop@gmail.com";
    github = "ret2pop";
    githubId = 135050157;
    name = "Preston Pan";
  };
  rettetdemdativ = {
    email = "michael@koeppl.dev";
    github = "rettetdemdativ";
+1 −1
Original line number Diff line number Diff line
@@ -43,6 +43,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/octodns/octodns-cloudflare/";
    changelog = "https://github.com/octodns/octodns-cloudflare/blob/${version}/CHANGELOG.md";
    license = lib.licenses.mit;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ ret2pop ];
  };
}