1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00

megatools: add maintainer

This commit is contained in:
zowoq 2020-06-08 13:24:36 +10:00
parent d2528b8873
commit cc1b2a14be

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Command line client for Mega.co.nz";
homepage = "https://megatools.megous.com/";
license = licenses.gpl2Plus;
maintainers = [ maintainers.viric maintainers.AndersonTorres ];
maintainers = with maintainers; [ viric AndersonTorres zowoq ];
platforms = platforms.unix;
};
}