dstask: add remidupre to maintainers

This commit is contained in:
Rémi Dupré
2026-04-30 10:36:45 +02:00
parent 712b471f8b
commit 0f2be1f70b
+4 -1
View File
@@ -52,6 +52,9 @@ buildGoModule (finalAttrs: {
description = "Command line todo list with super-reliable git sync";
homepage = finalAttrs.src.meta.homepage;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ stianlagstad ];
maintainers = with lib.maintainers; [
remidupre
stianlagstad
];
};
})