backrest: add maintainer iedame

This commit is contained in:
Rafael Ieda
2026-01-21 10:52:53 -03:00
parent 67549f5eea
commit ad62341bc1
+1 -1
View File
@@ -123,7 +123,7 @@ buildGoModule {
homepage = "https://github.com/garethgeorge/backrest";
changelog = "https://github.com/garethgeorge/backrest/releases/tag/v${version}";
license = lib.licenses.gpl3Only;
maintainers = [ ];
maintainers = with lib.maintainers; [ iedame ];
mainProgram = "backrest";
platforms = lib.platforms.unix;
};