talhelper: add nevivurn to maintainers

This commit is contained in:
Yongun Seong
2026-04-30 02:03:18 +09:00
parent 0ef1bc45b6
commit 5c57b8f0e0
+4 -1
View File
@@ -54,7 +54,10 @@ buildGoModule (finalAttrs: {
'';
homepage = "https://github.com/budimanjojo/talhelper";
mainProgram = "talhelper";
maintainers = with lib.maintainers; [ madeddie ];
maintainers = with lib.maintainers; [
madeddie
nevivurn
];
license = lib.licenses.bsd3;
};
})