maintainers: add ret2pop

This commit is contained in:
Preston Pan
2025-03-01 16:39:39 -08:00
parent 3a24073022
commit a7dee58c39
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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";
@@ -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 ];
};
}