f2: add prince213 to maintainers

This commit is contained in:
Sizhe Zhao
2025-05-18 02:21:37 +08:00
parent 46c587b0ae
commit 40e8b3db11
+4 -1
View File
@@ -30,7 +30,10 @@ buildGoModule (finalAttrs: {
description = "Command-line batch renaming tool";
homepage = "https://github.com/ayoisaiah/f2";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ zendo ];
maintainers = with lib.maintainers; [
prince213
zendo
];
mainProgram = "f2";
};
})