summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/menhir
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-11-07 17:18:20 -0500
committerGitHub <noreply@github.com>2019-11-07 17:18:20 -0500
commit5ebd36403ebf7d4aaa73ba18056bb8ceac75ea1a (patch)
tree66ea656520fa5625ca4543abd742eefd9291b5e5 /pkgs/development/ocaml-modules/menhir
parent5dfbfc06d381a05b781c3da6c5b40ebee89d011c (diff)
parentb23ce210ecc48e52552e08f543cda6e3a0c21025 (diff)
downloadnixpkgs-5ebd36403ebf7d4aaa73ba18056bb8ceac75ea1a.tar
nixpkgs-5ebd36403ebf7d4aaa73ba18056bb8ceac75ea1a.tar.gz
nixpkgs-5ebd36403ebf7d4aaa73ba18056bb8ceac75ea1a.tar.bz2
nixpkgs-5ebd36403ebf7d4aaa73ba18056bb8ceac75ea1a.tar.lz
nixpkgs-5ebd36403ebf7d4aaa73ba18056bb8ceac75ea1a.tar.xz
nixpkgs-5ebd36403ebf7d4aaa73ba18056bb8ceac75ea1a.tar.zst
nixpkgs-5ebd36403ebf7d4aaa73ba18056bb8ceac75ea1a.zip
Merge pull request #70641 from maggesi/rename-z77z-into-maggesi
Rename z77z into maggesi
Diffstat (limited to 'pkgs/development/ocaml-modules/menhir')
-rw-r--r--pkgs/development/ocaml-modules/menhir/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/menhir/generic.nix b/pkgs/development/ocaml-modules/menhir/generic.nix
index d767c20f638..fad11ccedaa 100644
--- a/pkgs/development/ocaml-modules/menhir/generic.nix
+++ b/pkgs/development/ocaml-modules/menhir/generic.nix
@@ -38,6 +38,6 @@ stdenv.mkDerivation {
       lgpl2 /* library */
     ];
     platforms = ocaml.meta.platforms or [];
-    maintainers = with maintainers; [ z77z ];
+    maintainers = with maintainers; [ maggesi ];
   };
 }