Loading ci/OWNERS +3 −0 Original line number Diff line number Diff line Loading @@ -466,3 +466,6 @@ pkgs/development/beam-modules/ @NixOS/beam pkgs/development/interpreters/erlang/ @NixOS/beam pkgs/development/interpreters/elixir/ @NixOS/beam pkgs/development/interpreters/lfe/ @NixOS/beam # OctoDNS pkgs/tools/networking/octodns/ @anthonyroussel maintainers/team-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -924,6 +924,12 @@ with lib.maintainers; enableFeatureFreezePing = true; }; octodns = { members = [ anthonyroussel ]; scope = "Maintain the ecosystem around OctoDNS"; shortName = "OctoDNS"; }; openstack = { members = [ SuperSandro2000 Loading pkgs/tools/networking/octodns/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; } pkgs/tools/networking/octodns/providers/bind/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; } pkgs/tools/networking/octodns/providers/cloudflare/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; } Loading
ci/OWNERS +3 −0 Original line number Diff line number Diff line Loading @@ -466,3 +466,6 @@ pkgs/development/beam-modules/ @NixOS/beam pkgs/development/interpreters/erlang/ @NixOS/beam pkgs/development/interpreters/elixir/ @NixOS/beam pkgs/development/interpreters/lfe/ @NixOS/beam # OctoDNS pkgs/tools/networking/octodns/ @anthonyroussel
maintainers/team-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -924,6 +924,12 @@ with lib.maintainers; enableFeatureFreezePing = true; }; octodns = { members = [ anthonyroussel ]; scope = "Maintain the ecosystem around OctoDNS"; shortName = "OctoDNS"; }; openstack = { members = [ SuperSandro2000 Loading
pkgs/tools/networking/octodns/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; }
pkgs/tools/networking/octodns/providers/bind/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; }
pkgs/tools/networking/octodns/providers/cloudflare/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; }