about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cxxfilt
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2023-03-22 07:22:14 -0700
committerCole Helbling <cole.e.helbling@outlook.com>2023-03-22 07:22:14 -0700
commita198268950cac56cb925cc339c5de8c34d821b18 (patch)
tree4f1e9ce8593d36e228b824b78ac56592441510a4 /pkgs/development/python-modules/cxxfilt
parent93cb2f16af77d6fe33e2b1da74a0dab3138f197c (diff)
python3Packages.cxxfilt: orphan
Diffstat (limited to 'pkgs/development/python-modules/cxxfilt')
-rw-r--r--pkgs/development/python-modules/cxxfilt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cxxfilt/default.nix b/pkgs/development/python-modules/cxxfilt/default.nix
index 117b12145764b..8b9c8f979c210 100644
--- a/pkgs/development/python-modules/cxxfilt/default.nix
+++ b/pkgs/development/python-modules/cxxfilt/default.nix
@@ -31,6 +31,6 @@ buildPythonPackage rec {
     description = "Demangling C++ symbols in Python / interface to abi::__cxa_demangle ";
     homepage = "https://github.com/afq984/python-cxxfilt";
     license = licenses.bsd2;
-    maintainers = teams.determinatesystems.members;
+    maintainers = [ ];
   };
 }