Rename z77z into maggesi

Make the "handle" of the maintainer match the name of the github account.
Also update the email address.
This commit is contained in:
Marco Maggesi
2019-10-07 16:44:58 +02:00
parent 2b05a35e08
commit ff1ed720e2
39 changed files with 40 additions and 40 deletions

View File

@@ -30,7 +30,7 @@ stdenv.mkDerivation {
license = licenses.bsd3;
platforms = ocaml.meta.platforms or [];
maintainers = with maintainers; [
z77z vbgl
maggesi vbgl
];
};
}

View File

@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.mit;
platforms = ocaml.meta.platforms or [];
maintainers = [
stdenv.lib.maintainers.z77z
stdenv.lib.maintainers.maggesi
stdenv.lib.maintainers.vbmithr
];
};

View File

@@ -28,7 +28,7 @@ stdenv.mkDerivation {
license = licenses.lgpl21;
platforms = ocaml.meta.platforms or [];
maintainers = with maintainers; [
vbgl z77z
vbgl maggesi
];
};
}

View File

@@ -29,7 +29,7 @@ stdenv.mkDerivation {
platforms = ocaml.meta.platforms or [];
license = stdenv.lib.licenses.lgpl21;
maintainers = with stdenv.lib.maintainers; [
z77z
maggesi
];
};
}

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation {
description = "Generate OCaml modules from source files";
platforms = ocaml.meta.platforms or [];
maintainers = with stdenv.lib.maintainers; [
z77z
maggesi
];
};
}