[Backport release-26.05] megasync: add tallesCoelho as maintainer (#546909)

This commit is contained in:
Peder Bergebakken Sundt
2026-08-02 11:19:59 +00:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@@ -27019,6 +27019,12 @@
githubId = 51232929;
name = "Taito Horiuchi";
};
tallesCoelho = {
email = "talles.hoc@gmail.com";
github = "tallesCoelho";
githubId = 7442204;
name = "Talles Coelho";
};
talyz = {
email = "kim.lindberger@gmail.com";
matrix = "@talyz:matrix.org";

View File

@@ -152,7 +152,7 @@ stdenv.mkDerivation (finalAttrs: {
"i686-linux"
"x86_64-linux"
];
maintainers = [ ];
maintainers = with lib.maintainers; [ tallesCoelho ];
mainProgram = "megasync";
};
})