scmpuff: add myself as maintainer

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss
2025-08-15 00:21:21 +02:00
parent 1c775c9ccd
commit e5c971ca68
+4 -1
View File
@@ -40,7 +40,10 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/mroth/scmpuff";
changelog = "https://github.com/mroth/scmpuff/releases/tag/v${finalAttrs.version}";
license = licenses.mit;
maintainers = with maintainers; [ cpcloud ];
maintainers = with maintainers; [
cpcloud
christoph-heiss
];
mainProgram = "scmpuff";
};
})