diff options
| author | Jörg Thalheim <joerg@thalheim.io> | 2022-07-20 20:53:19 +0200 |
|---|---|---|
| committer | Jörg Thalheim <joerg@thalheim.io> | 2022-07-20 20:53:45 +0200 |
| commit | b90f389c10474c76003e53b47c6f568eb124fa47 (patch) | |
| tree | c3022751fe284ddc9d4b436f20a7c0d2438c1380 /pkgs/development/python-modules/pythonix | |
| parent | 501bbad4ce34c9d81d6d2b75e7e7126a9db3907c (diff) | |
python3.pkgs.pythonix: remove myself as maintainer
Diffstat (limited to 'pkgs/development/python-modules/pythonix')
| -rw-r--r-- | pkgs/development/python-modules/pythonix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pythonix/default.nix b/pkgs/development/python-modules/pythonix/default.nix index 9261ab2a8f23..9059e3b424ef 100644 --- a/pkgs/development/python-modules/pythonix/default.nix +++ b/pkgs/development/python-modules/pythonix/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { description = '' Eval nix code from python. ''; - maintainers = [ maintainers.mic92 ]; + maintainers = [ ]; license = licenses.mit; }; } |
