SDL2_net: adopted by AndersonTorres

This commit is contained in:
Anderson Torres
2024-05-01 15:40:55 -03:00
parent 738d25b858
commit 922be032e5
+1 -1
View File
@@ -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;
};
}