about summary refs log tree commit diff
path: root/pkgs/development/libraries/libtsm
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-09-29 15:19:55 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-10-04 22:20:58 -0300
commit492414af5f848c51ed5073e2f5b6556f3d2782cc (patch)
treef86668ed5df8012f00b3bed9212bffbe2d01f22f /pkgs/development/libraries/libtsm
parentc52af267ad0c11b55f89cf6c70adb10694ad938e (diff)
treewide: remove cstrahan from meta.maintainers - part 1
All the packages here are now orphaned.
Diffstat (limited to 'pkgs/development/libraries/libtsm')
-rw-r--r--pkgs/development/libraries/libtsm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libtsm/default.nix b/pkgs/development/libraries/libtsm/default.nix
index 7c0868509f092..75773296fab26 100644
--- a/pkgs/development/libraries/libtsm/default.nix
+++ b/pkgs/development/libraries/libtsm/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     description = "Terminal-emulator State Machine";
     homepage = "http://www.freedesktop.org/wiki/Software/kmscon/libtsm/";
     license = licenses.mit;
-    maintainers = with maintainers; [ cstrahan ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.linux;
   };
 }