summary refs log tree commit diff
path: root/pkgs/development/compilers/purescript
diff options
context:
space:
mode:
authorSusan Potter <me@susanpotter.net>2020-01-18 07:20:52 -0600
committerSusan Potter <me@susanpotter.net>2020-01-18 07:20:52 -0600
commit78941c037f7adffbf1ebca4181976266586c93bd (patch)
treee4495968c61d60c68b37297fa1acc318e3b9c1b2 /pkgs/development/compilers/purescript
parentc71aa5ff5ea37b77bf016590160a9456441c9a61 (diff)
downloadnixpkgs-78941c037f7adffbf1ebca4181976266586c93bd.tar
nixpkgs-78941c037f7adffbf1ebca4181976266586c93bd.tar.gz
nixpkgs-78941c037f7adffbf1ebca4181976266586c93bd.tar.bz2
nixpkgs-78941c037f7adffbf1ebca4181976266586c93bd.tar.lz
nixpkgs-78941c037f7adffbf1ebca4181976266586c93bd.tar.xz
nixpkgs-78941c037f7adffbf1ebca4181976266586c93bd.tar.zst
nixpkgs-78941c037f7adffbf1ebca4181976266586c93bd.zip
purescript: add maintainer mbbx6spp
Diffstat (limited to 'pkgs/development/compilers/purescript')
-rw-r--r--pkgs/development/compilers/purescript/purescript/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/purescript/purescript/default.nix b/pkgs/development/compilers/purescript/purescript/default.nix
index 65e4bb529ee..d1797a448ad 100644
--- a/pkgs/development/compilers/purescript/purescript/default.nix
+++ b/pkgs/development/compilers/purescript/purescript/default.nix
@@ -59,7 +59,7 @@ in stdenv.mkDerivation rec {
     description = "A strongly-typed functional programming language that compiles to JavaScript";
     homepage = http://www.purescript.org/;
     license = licenses.bsd3;
-    maintainers = [ maintainers.justinwoo ];
+    maintainers = [ maintainers.justinwoo maintainers.mbbx6spp ];
     platforms = [ "x86_64-linux" "x86_64-darwin" ];
   };
 }