tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
megasync: add maintainer iedame
Rafael Ieda
7 months ago
378264ab
b5d1f141
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
me
megasync
package.nix
+1
-1
pkgs/by-name/me/megasync/package.nix
···
148
148
"i686-linux"
149
149
"x86_64-linux"
150
150
];
151
151
-
maintainers = [ ];
151
151
+
maintainers = with lib.maintainers; [ iedame ];
152
152
mainProgram = "megasync";
153
153
};
154
154
})