about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNoa Aarts2024-11-09 00:17:13 +0100
committergithub-actions[bot]2024-11-14 20:16:07 +0000
commit6fe7bb6152ac9db9413a803be4ab96933e32a024 (patch)
treef0b031be6b489ed11085c5c78f544ee398fe315e
parentcdcbe30a7434b342cd48a1fcaf5d815445fc140d (diff)
python312Packages.oddsprout: add itepastra to maintainer backport-354313-to-release-24.11
(cherry picked from commit 61098d62851ffd0155dfac173802c269feac75ec)
-rw-r--r--pkgs/development/python-modules/oddsprout/default.nix5
1 files changed, 4 insertions, 1 deletions
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
+    ];
   };
 }