about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorpinkcreeper100 <35699052+pinkcreeper100@users.noreply.github.com>2024-06-07 15:56:41 +0100
committertomf <tom@tom-fitzhenry.me.uk>2024-06-11 19:30:28 +1000
commitf9f62ecf473fc9ebb1add7592635354675f61629 (patch)
treeb15a72d0fb0e2a61e13fa4e625f117a0afce23ab /pkgs/applications/misc
parent7315172c7fc61ea104e03edab2d38068c91e968f (diff)
findex: orphan package
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/findex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/findex/default.nix b/pkgs/applications/misc/findex/default.nix
index 679b94ea0db9d..891ac664149ff 100644
--- a/pkgs/applications/misc/findex/default.nix
+++ b/pkgs/applications/misc/findex/default.nix
@@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/mdgaziur/findex";
     license = licenses.gpl3Only;
     platforms = platforms.linux;
-    maintainers = [ maintainers.pinkcreeper100 ];
+    maintainers = [];
   };
 }