0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03: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"; description = "Command line client for Mega.co.nz";
homepage = "https://megatools.megous.com/"; homepage = "https://megatools.megous.com/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.viric maintainers.AndersonTorres ]; maintainers = with maintainers; [ viric AndersonTorres zowoq ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }