system-syzygy: added philocalyst to maintainers

This commit is contained in:
𝑷𝒉𝒊𝒍𝒐𝒄𝒂𝒍𝒚𝒔𝒕
2026-06-02 13:58:02 -04:00
parent 8681183861
commit feee1a40bb

View File

@@ -93,7 +93,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://mdsteele.games/syzygy";
changelog = "https://github.com/mdsteele/syzygy/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl3Plus;
maintainers = [ lib.maintainers.marius851000 ];
maintainers = with lib.maintainers; [
marius851000
philocalyst
];
platforms = lib.platforms.unix;
};
})