tailer: add liberodark to maintainers

This commit is contained in:
liberodark
2025-11-05 10:04:18 +01:00
parent 4771490e8e
commit 4c41bd8fcb
+1 -1
View File
@@ -33,7 +33,7 @@ buildGoModule (finalAttrs: {
meta = {
description = "CLI tool to insert lines when command output stops";
homepage = "https://github.com/hionay/tailer";
maintainers = [ ];
maintainers = with lib.maintainers; [ liberodark ];
license = lib.licenses.mit;
mainProgram = "tailer";
};