about summary refs log tree commit diff
path: root/pkgs/development/libraries/stb
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-11-12 22:56:54 +0100
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-11-20 08:44:58 +0100
commit2c97a5caa739bf13ed8dc9fd62779b228846463e (patch)
tree9f4477686eca7853dce5cce4b9d6575b6477ca10 /pkgs/development/libraries/stb
parentc5dbdb6182ee2b089ef060b76052adc6a3547680 (diff)
maintainers: remove jfrankenau
due to inactivity.
Diffstat (limited to 'pkgs/development/libraries/stb')
-rw-r--r--pkgs/development/libraries/stb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/stb/default.nix b/pkgs/development/libraries/stb/default.nix
index 4406aa0218486..f96bb0724bf28 100644
--- a/pkgs/development/libraries/stb/default.nix
+++ b/pkgs/development/libraries/stb/default.nix
@@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/nothings/stb";
     license = licenses.publicDomain;
     platforms = platforms.all;
-    maintainers = with maintainers; [ jfrankenau ];
+    maintainers = with maintainers; [ ];
   };
 }