We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca394d commit 0af8b6eCopy full SHA for 0af8b6e
pkgs/by-name/sd/SDL1/package.nix
@@ -143,12 +143,12 @@ stdenv.mkDerivation (finalAttrs: {
143
144
enableParallelBuilding = true;
145
146
- meta = with lib; {
+ meta = {
147
+ homepage = "http://www.libsdl.org/";
148
description = "Cross-platform multimedia library";
149
+ license = lib.licenses.lgpl21;
150
mainProgram = "sdl-config";
- homepage = "http://www.libsdl.org/";
- maintainers = with maintainers; [ lovek323 ];
151
- platforms = platforms.unix;
152
- license = licenses.lgpl21;
+ maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ lovek323 ]);
+ platforms = lib.platforms.unix;
153
};
154
})
0 commit comments