summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/ocamlmod
diff options
context:
space:
mode:
authorMarco Maggesi <1809783+maggesi@users.noreply.github.com>2019-10-07 16:44:58 +0200
committerMarco Maggesi <1809783+maggesi@users.noreply.github.com>2019-10-07 17:05:25 +0200
commitff1ed720e280f2e4ff57dd869e93dbc9eb034040 (patch)
tree0cd36a046e651ba52b2573b03dcfcc198bbf0a05 /pkgs/development/tools/ocaml/ocamlmod
parent2b05a35e08a4ff732f037b67ade05c063ef0c5ce (diff)
downloadnixpkgs-ff1ed720e280f2e4ff57dd869e93dbc9eb034040.tar
nixpkgs-ff1ed720e280f2e4ff57dd869e93dbc9eb034040.tar.gz
nixpkgs-ff1ed720e280f2e4ff57dd869e93dbc9eb034040.tar.bz2
nixpkgs-ff1ed720e280f2e4ff57dd869e93dbc9eb034040.tar.lz
nixpkgs-ff1ed720e280f2e4ff57dd869e93dbc9eb034040.tar.xz
nixpkgs-ff1ed720e280f2e4ff57dd869e93dbc9eb034040.tar.zst
nixpkgs-ff1ed720e280f2e4ff57dd869e93dbc9eb034040.zip
Rename z77z into maggesi
Make the "handle" of the maintainer match the name of the github account.
Also update the email address.
Diffstat (limited to 'pkgs/development/tools/ocaml/ocamlmod')
-rw-r--r--pkgs/development/tools/ocaml/ocamlmod/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ocaml/ocamlmod/default.nix b/pkgs/development/tools/ocaml/ocamlmod/default.nix
index 91e2e67eaf1..522cb7c199d 100644
--- a/pkgs/development/tools/ocaml/ocamlmod/default.nix
+++ b/pkgs/development/tools/ocaml/ocamlmod/default.nix
@@ -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
     ];
   };
 }