about summary refs log tree commit diff
path: root/pkgs/development/tools/license_finder
diff options
context:
space:
mode:
authorP. <d.ol.rod@tutanota.com>2024-06-22 07:03:16 -0600
committerP. <d.ol.rod@tutanota.com>2024-06-22 07:03:16 -0600
commit7e1ff7bd737691d877911fef537ccbf1713b6542 (patch)
tree4589af17a6edbeb078f78261cd8ae86c8a9351b0 /pkgs/development/tools/license_finder
parent0a548fc62eba3e2e3cd207c03c419ae94b034c46 (diff)
treewide: remove wolfangaukang as maintainer
Diffstat (limited to 'pkgs/development/tools/license_finder')
-rw-r--r--pkgs/development/tools/license_finder/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/license_finder/default.nix b/pkgs/development/tools/license_finder/default.nix
index 954e2dcd5183d..c5ac088555658 100644
--- a/pkgs/development/tools/license_finder/default.nix
+++ b/pkgs/development/tools/license_finder/default.nix
@@ -13,7 +13,7 @@ bundlerEnv {
     description = "Find licenses for your project's dependencies";
     homepage = "https://github.com/pivotal/licensefinder";
     license = licenses.mit;
-    maintainers = with maintainers; [ wolfangaukang ];
+    maintainers = [ ];
     platforms = platforms.unix;
   };
 }