maintainers: add ret2pop
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user