backrest: add maintainer iedame

This commit is contained in:
Rafael Ieda
2025-09-16 20:14:24 -03:00
parent 90050b625f
commit 64ee660f4b
+1 -1
View File
@@ -108,7 +108,7 @@ buildGoModule {
homepage = "https://github.com/garethgeorge/backrest";
changelog = "https://github.com/garethgeorge/backrest/releases/tag/v${version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ iedame ];
mainProgram = "backrest";
platforms = lib.platforms.unix;
};