octodns: add anthonyroussel to maintainers

This commit is contained in:
Anthony ROUSSEL
2024-10-05 00:45:12 +02:00
parent 8c2c39098e
commit e00806af79
+1 -1
View File
@@ -63,6 +63,6 @@ buildPythonPackage rec {
homepage = "https://github.com/octodns/octodns";
changelog = "https://github.com/octodns/octodns/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = [ ];
maintainers = [ maintainers.anthonyroussel ];
};
}