about summary refs log tree commit diff
path: root/pkgs/development/tools/package-project-cmake
diff options
context:
space:
mode:
authorKen Matsui <26405363+ken-matsui@users.noreply.github.com>2024-03-13 12:04:54 -0700
committerGitHub <noreply@github.com>2024-03-13 12:04:54 -0700
commit0a382f1526e190082c937c86f4fa43a9f13ad6bb (patch)
treeaaa03d7616fb97038a3e3508971ac1b3c7b48d70 /pkgs/development/tools/package-project-cmake
parent7dd8c00ec9b6cd67e0c44147040f23d764580d71 (diff)
package-project-cmake: remove ken-matsui from maintainers
Diffstat (limited to 'pkgs/development/tools/package-project-cmake')
-rw-r--r--pkgs/development/tools/package-project-cmake/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/package-project-cmake/default.nix b/pkgs/development/tools/package-project-cmake/default.nix
index e768a74c427d7..239ba515ea2b7 100644
--- a/pkgs/development/tools/package-project-cmake/default.nix
+++ b/pkgs/development/tools/package-project-cmake/default.nix
@@ -39,7 +39,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
       packaging process into a single, easy-to-use command.
     '';
     license = licenses.mit;
-    maintainers = with maintainers; [ ken-matsui ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.all;
   };
 })