mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 14:41:18 +00:00
versitygw: add adamcstephens as maintainer
This commit is contained in:
@@ -46,7 +46,10 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/versity/versitygw";
|
||||
changelog = "https://github.com/versity/versitygw/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ genga898 ];
|
||||
maintainers = with lib.maintainers; [
|
||||
adamcstephens
|
||||
genga898
|
||||
];
|
||||
mainProgram = "versitygw";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user