···3131 homepage = "https://github.com/tinyalsa/tinyalsa";
3232 description = "Tiny library to interface with ALSA in the Linux kernel";
3333 license = licenses.mit;
3434- maintainers = with maintainers; [ AndersonTorres ];
3434+ maintainers = with maintainers; [ ];
3535 platforms = with platforms; linux;
3636 };
3737}
+1-1
pkgs/by-name/vk/vkd3d-proton/package.nix
···4444 homepage = "https://github.com/HansKristian-Work/vkd3d-proton";
4545 description = "A fork of VKD3D, which aims to implement the full Direct3D 12 API on top of Vulkan";
4646 license = with lib.licenses; [ lgpl21Plus ];
4747- maintainers = with lib.maintainers; [ AndersonTorres ];
4747+ maintainers = with lib.maintainers; [ ];
4848 inherit (wine.meta) platforms;
4949 };
5050})