git-lfs: add maintainer savtrip

This commit is contained in:
Sav Tripodi
2026-03-24 11:50:55 +01:00
parent 04950f9a79
commit c062e7880c
+4 -1
View File
@@ -107,7 +107,10 @@ buildGoModule (finalAttrs: {
homepage = "https://git-lfs.github.com/";
changelog = "https://github.com/git-lfs/git-lfs/raw/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ twey ];
maintainers = with lib.maintainers; [
twey
savtrip
];
mainProgram = "git-lfs";
};
})