about summary refs log tree commit diff
path: root/pkgs/applications/editors/ht
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/applications/editors/ht
parentc52af267ad0c11b55f89cf6c70adb10694ad938e (diff)
treewide: remove cstrahan from meta.maintainers - part 1
All the packages here are now orphaned.
Diffstat (limited to 'pkgs/applications/editors/ht')
-rw-r--r--pkgs/applications/editors/ht/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/ht/default.nix b/pkgs/applications/editors/ht/default.nix
index 42b3f1495a317..c8a13738c9109 100644
--- a/pkgs/applications/editors/ht/default.nix
+++ b/pkgs/applications/editors/ht/default.nix
@@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
     homepage = "https://hte.sourceforge.net";
     license = licenses.gpl2;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ cstrahan ];
+    maintainers = with maintainers; [ ];
   };
 }