about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2024-05-01 15:40:55 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2024-05-01 15:40:55 -0300
commit922be032e50087a60bf6b878c196ef692d62ff0d (patch)
tree97089d6a158f115e800c36006c33b44264f7a44d
parent738d25b858291bb64f73c43d5c9379cfb7e11f47 (diff)
downloadnixlib-922be032e50087a60bf6b878c196ef692d62ff0d.tar
nixlib-922be032e50087a60bf6b878c196ef692d62ff0d.tar.gz
nixlib-922be032e50087a60bf6b878c196ef692d62ff0d.tar.bz2
nixlib-922be032e50087a60bf6b878c196ef692d62ff0d.tar.lz
nixlib-922be032e50087a60bf6b878c196ef692d62ff0d.tar.xz
nixlib-922be032e50087a60bf6b878c196ef692d62ff0d.tar.zst
nixlib-922be032e50087a60bf6b878c196ef692d62ff0d.zip
SDL2_net: adopted by AndersonTorres
-rw-r--r--pkgs/by-name/sd/SDL2_net/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/sd/SDL2_net/package.nix b/pkgs/by-name/sd/SDL2_net/package.nix
index 1640c5e3b86b..83840a4eada6 100644
--- a/pkgs/by-name/sd/SDL2_net/package.nix
+++ b/pkgs/by-name/sd/SDL2_net/package.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     description = "SDL multiplatform networking library";
     homepage = "https://www.libsdl.org/projects/SDL_net";
     license = licenses.zlib;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ AndersonTorres ];
     platforms = platforms.unix;
   };
 }