Merge pull request #191238 from qowoz/megatools

megatools: remove maintainer
This commit is contained in:
figsoda 2022-09-14 17:55:03 -04:00 committed by GitHub
commit 31946d7d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,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 = with maintainers; [ viric AndersonTorres zowoq ]; maintainers = with maintainers; [ viric AndersonTorres ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }