Merge pull request #70641 from maggesi/rename-z77z-into-maggesi

Rename z77z into maggesi
This commit is contained in:
Matthew Bauer
2019-11-07 17:18:20 -05:00
committed by GitHub
39 changed files with 40 additions and 40 deletions

View File

@@ -38,6 +38,6 @@ stdenv.mkDerivation {
lgpl2 /* library */
];
platforms = ocaml.meta.platforms or [];
maintainers = with maintainers; [ z77z ];
maintainers = with maintainers; [ maggesi ];
};
}