about summary refs log tree commit diff
path: root/pkgs/applications/accessibility/dasher
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-07-07 12:52:12 +0200
committerProfpatsch <mail@profpatsch.de>2023-07-07 12:53:42 +0200
commitc97ad2763a42263966f9dd939bd06e22f13ed457 (patch)
tree3730745261dbb5e2cb1fc169cb7800dfee7b18ac /pkgs/applications/accessibility/dasher
parent2b36da76cf33b504d9c4ffe5c7dfe537077276af (diff)
rm Profpatsch from stuff without interest/capacity of maintaining
For tree-sitter I’m still interested, but don’t want to be first in
the list :)
Diffstat (limited to 'pkgs/applications/accessibility/dasher')
-rw-r--r--pkgs/applications/accessibility/dasher/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/accessibility/dasher/default.nix b/pkgs/applications/accessibility/dasher/default.nix
index 328ff2c5c5705..c159f2579eae6 100644
--- a/pkgs/applications/accessibility/dasher/default.nix
+++ b/pkgs/applications/accessibility/dasher/default.nix
@@ -64,7 +64,7 @@ stdenv.mkDerivation {
     homepage = "https://www.inference.org.uk/dasher/";
     description = "Information-efficient text-entry interface, driven by natural continuous pointing gestures";
     license = lib.licenses.gpl2Only;
-    maintainers = [ lib.maintainers.Profpatsch ];
+    maintainers = [ ];
     platforms = lib.platforms.all;
   };
 }