about summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL2
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-30 11:00:22 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-30 11:00:22 -0300
commit20c9e1965ad6c08784ad40390f76a5bd049bae55 (patch)
tree43467ccf5d90820a0e9b87b85c9c40f097a8c97d /pkgs/development/libraries/SDL2
parent446d80702725d27284dd1797e7e3f63a54383ba5 (diff)
SDL2: remove superherointj as maintainer
Diffstat (limited to 'pkgs/development/libraries/SDL2')
-rw-r--r--pkgs/development/libraries/SDL2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/SDL2/default.nix b/pkgs/development/libraries/SDL2/default.nix
index 091052fe224f4..681dd6515cd13 100644
--- a/pkgs/development/libraries/SDL2/default.nix
+++ b/pkgs/development/libraries/SDL2/default.nix
@@ -170,6 +170,6 @@ stdenv.mkDerivation rec {
     homepage = "http://www.libsdl.org/";
     license = licenses.zlib;
     platforms = platforms.all;
-    maintainers = with maintainers; [ cpages superherointj ];
+    maintainers = with maintainers; [ cpages ];
   };
 }