guile-sdl: remove vyp

See https://github.com/NixOS/nixpkgs/issues/290642.
This commit is contained in:
Anderson Torres 2024-05-10 20:19:00 -03:00
parent 7ce57cada2
commit 1388b97ed0

View File

@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Guile bindings for SDL";
license = lib.licenses.gpl3Plus;
maintainers = lib.teams.sdl.members
++ (with lib.maintainers; [ vyp ]);
++ (with lib.maintainers; [ ]);
inherit (guile.meta) platforms;
};
})