Commit b6af2169 authored by Anthony ROUSSEL's avatar Anthony ROUSSEL
Browse files

teams/octodns: init, add anthonyroussel

parent b2cf5b45
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -924,6 +924,12 @@ with lib.maintainers;
    enableFeatureFreezePing = true;
  };

  octodns = {
    members = [ anthonyroussel ];
    scope = "Maintain the ecosystem around OctoDNS";
    shortName = "OctoDNS";
  };

  openstack = {
    members = [
      SuperSandro2000
+1 −1
Original line number Diff line number Diff line
@@ -74,6 +74,6 @@ python3Packages.buildPythonApplication rec {
    homepage = "https://github.com/octodns/octodns";
    changelog = "https://github.com/octodns/octodns/blob/${src.rev}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = [ maintainers.anthonyroussel ];
    maintainers = teams.octodns.members;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -45,6 +45,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/octodns/octodns-bind";
    changelog = "https://github.com/octodns/octodns-bind/blob/${src.rev}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = [ ];
    maintainers = teams.octodns.members;
  };
}
+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 = with lib.maintainers; [ ret2pop ];
    maintainers = lib.teams.octodns.members ++ [ lib.maintainers.ret2pop ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -48,6 +48,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/octodns/octodns-ddns";
    changelog = "https://github.com/octodns/octodns-ddns/blob/${src.tag}/CHANGELOG.md";
    license = lib.licenses.mit;
    maintainers = [ lib.maintainers.provokateurin ];
    maintainers = lib.teams.octodns.members ++ [ lib.maintainers.provokateurin ];
  };
}
Loading