From 93cb2f16af77d6fe33e2b1da74a0dab3138f197c Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Wed, 22 Mar 2023 07:21:49 -0700 Subject: [PATCH] python3Packages.scancode-toolkit: orphan --- pkgs/development/python-modules/scancode-toolkit/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/scancode-toolkit/default.nix b/pkgs/development/python-modules/scancode-toolkit/default.nix index fb2194e963c1..9d50a87e3c48 100644 --- a/pkgs/development/python-modules/scancode-toolkit/default.nix +++ b/pkgs/development/python-modules/scancode-toolkit/default.nix @@ -159,6 +159,6 @@ buildPythonPackage rec { description = "Tool to scan code for license, copyright, package and their documented dependencies and other interesting facts"; homepage = "https://github.com/nexB/scancode-toolkit"; license = with licenses; [ asl20 cc-by-40 ]; - maintainers = teams.determinatesystems.members; + maintainers = [ ]; }; }