mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 18:24:53 +00:00
system-syzygy: added philocalyst to maintainers
This commit is contained in:
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user