mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
[Backport release-26.05] megasync: add tallesCoelho as maintainer (#546909)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -152,7 +152,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"i686-linux"
|
||||
"x86_64-linux"
|
||||
];
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ tallesCoelho ];
|
||||
mainProgram = "megasync";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user