gitRepo: add myself as maintainer

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 3a37d115ef369c03810a2339a09449d5c18a103d)
This commit is contained in:
Otavio Salvador 2021-05-29 21:11:54 -03:00 committed by github-actions[bot]
parent a51efd1bb4
commit 6eac23ff6a

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://android.googlesource.com/tools/repo";
license = licenses.asl20;
maintainers = [ ];
maintainers = with maintainers; [ otavio ];
platforms = platforms.unix;
};
}