about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansicolor
diff options
context:
space:
mode:
authorAnders <andsild@posteo.net>2024-04-03 19:13:43 +0200
committerGitHub <noreply@github.com>2024-04-03 19:13:43 +0200
commit2796277f0aea3a0d3dcc4d8e08180905aedfe2e4 (patch)
tree61c68774538d494b4d01c77c17f077834943d28f /pkgs/development/python-modules/ansicolor
parent4dabe982b13632454d32709cc02e96bbdf6d3406 (diff)
maintainers: remove andsild (#301248)
* maintainers: remove myself (andsild)

* maintainers list: remove myself (andsild)

* maintainers: remove myself (andsild)
Diffstat (limited to 'pkgs/development/python-modules/ansicolor')
-rw-r--r--pkgs/development/python-modules/ansicolor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/ansicolor/default.nix b/pkgs/development/python-modules/ansicolor/default.nix
index 77077afd92b5d..697ded7ac4e20 100644
--- a/pkgs/development/python-modules/ansicolor/default.nix
+++ b/pkgs/development/python-modules/ansicolor/default.nix
@@ -14,6 +14,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/numerodix/ansicolor/";
     description = "A library to produce ansi color output and colored highlighting and diffing";
     license = licenses.asl20;
-    maintainers = with maintainers; [ andsild ];
+    maintainers = with maintainers; [ ];
   };
 }