about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorJoel Koen <mail@joelkoen.com>2023-01-15 14:14:19 +1000
committerJoel Koen <mail@joelkoen.com>2023-01-15 14:14:19 +1000
commit2c56763b587643ac2a08e2b91147e44d80ccd7c2 (patch)
treec437c877515315dc4d618e2192b228790635d9b5 /pkgs/misc
parent76dd16945e20e74ba0b1a36031f2260606f856da (diff)
maintainers: jyooru -> joelkoen
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/rich-cli/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/rich-cli/default.nix b/pkgs/misc/rich-cli/default.nix
index 86e7e3048e74d..de4bee278c796 100644
--- a/pkgs/misc/rich-cli/default.nix
+++ b/pkgs/misc/rich-cli/default.nix
@@ -41,6 +41,6 @@ python3.pkgs.buildPythonApplication rec {
     description = "Command Line Interface to Rich";
     homepage = "https://github.com/Textualize/rich-cli";
     license = licenses.mit;
-    maintainers = with maintainers; [ jyooru ];
+    maintainers = with maintainers; [ joelkoen ];
   };
 }