python312Packages.oddsprout: add itepastra to maintainer

This commit is contained in:
Noa Aarts
2024-11-09 00:17:13 +01:00
parent a4a636d123
commit 61098d6285
@@ -42,6 +42,9 @@ buildPythonPackage rec {
description = "Generate random JSON with no schemas involved";
license = licenses.mit;
homepage = "https://trag1c.github.io/oddsprout";
maintainers = with maintainers; [ sigmanificient ];
maintainers = with maintainers; [
itepastra
sigmanificient
];
};
}