teams/octodns: init, add anthonyroussel

This commit is contained in:
Anthony ROUSSEL
2025-04-29 21:19:58 +02:00
parent b2cf5b453a
commit b6af21698a
9 changed files with 14 additions and 8 deletions
+6
View File
@@ -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
View File
@@ -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;
};
}
@@ -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;
};
}
@@ -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 ];
};
}
@@ -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 ];
};
}
@@ -45,6 +45,6 @@ buildPythonPackage rec {
homepage = "https://github.com/octodns/octodns-gandi";
changelog = "https://github.com/octodns/octodns-gandi/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ onny ];
maintainers = teams.octodns.members ++ [ maintainers.onny ];
};
}
@@ -46,6 +46,6 @@ buildPythonPackage rec {
homepage = "https://github.com/octodns/octodns-hetzner/";
changelog = "https://github.com/octodns/octodns-hetzner/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = [ ];
maintainers = teams.octodns.members;
};
}
@@ -47,6 +47,6 @@ buildPythonPackage rec {
homepage = "https://github.com/octodns/octodns-powerdns/";
changelog = "https://github.com/octodns/octodns-powerdns/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = [ ];
maintainers = teams.octodns.members;
};
}
@@ -43,6 +43,6 @@ buildPythonPackage rec {
homepage = "https://github.com/octodns/octodns-transip";
changelog = "https://github.com/octodns/octodns-transip/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.provokateurin ];
maintainers = lib.teams.octodns.members ++ [ lib.maintainers.provokateurin ];
};
}