aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/tracing
diff options
context:
space:
mode:
authorRickard Nilsson <rickynils@gmail.com>2019-08-20 15:24:01 +0200
committerRickard Nilsson <rickynils@gmail.com>2019-08-20 15:24:01 +0200
commit225e412edb67a1e41c15c7244e4c1c1dc4581b5c (patch)
tree00c0a8e3a2ea1705e7ce4b24b9b1a01e050aa198 /pkgs/development/python-modules/tracing
parent151d86c4554d810c3b6a3b89379a7585f16d37c3 (diff)
Remove myself as maintainer of some packages.
Diffstat (limited to 'pkgs/development/python-modules/tracing')
-rw-r--r--pkgs/development/python-modules/tracing/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/tracing/default.nix b/pkgs/development/python-modules/tracing/default.nix
index 843f26508ae..094c01eef78 100644
--- a/pkgs/development/python-modules/tracing/default.nix
+++ b/pkgs/development/python-modules/tracing/default.nix
@@ -22,7 +22,7 @@ buildPythonPackage rec {
homepage = http://liw.fi/tracing/;
description = "Python debug logging helper";
license = licenses.gpl3;
- maintainers = with maintainers; [ rickynils ];
+ maintainers = [];
};
}