From 61098d62851ffd0155dfac173802c269feac75ec Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sat, 9 Nov 2024 00:17:13 +0100 Subject: [PATCH] python312Packages.oddsprout: add itepastra to maintainer --- pkgs/development/python-modules/oddsprout/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/oddsprout/default.nix b/pkgs/development/python-modules/oddsprout/default.nix index 00ae30c7eba0..4f948f8dec59 100644 --- a/pkgs/development/python-modules/oddsprout/default.nix +++ b/pkgs/development/python-modules/oddsprout/default.nix @@ -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 + ]; }; }