summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/SDL2
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-11 11:55:48 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-11 11:55:48 -0300
commit490e77ce0aca322268bd64c3508e26be2fc784f1 (patch)
tree6dac8cf9af62a4a3c492682370ed811bc296a66a /pkgs/development/libraries/SDL2
parent8e8be88067fc568d81f88ad6a93fd03218d9ca60 (diff)
SDL2: add 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 6bf606c5a233..520a3fd8af3f 100644
--- a/pkgs/development/libraries/SDL2/default.nix
+++ b/pkgs/development/libraries/SDL2/default.nix
@@ -173,6 +173,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.libsdl.org/";
license = licenses.zlib;
platforms = platforms.all;
- maintainers = with maintainers; [ cpages ];
+ maintainers = with maintainers; [ cpages superherointj ];
};
}