zxtune: add pbsds to maintainers

This commit is contained in:
Peder Bergebakken Sundt
2026-03-18 01:14:22 +01:00
parent 3981d04f63
commit caf7616121
+4 -1
View File
@@ -193,7 +193,10 @@ stdenv.mkDerivation rec {
# zxtune supports mac and windows, but more work will be needed to
# integrate with the custom make system (see platformName above)
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ EBADBEEF ];
maintainers = with lib.maintainers; [
pbsds
EBADBEEF
];
mainProgram = if withQt then "zxtune-qt" else "zxtune123";
};
}