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:
parent
d2528b8873
commit
cc1b2a14be
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue