purescript: add cdepillabout as maintainer

wip/yesman
(cdep)illabout 4 years ago
parent 0be2f125e5
commit 0a2b461959
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 2
      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 = "https://www.purescript.org/";
license = licenses.bsd3;
maintainers = [ maintainers.justinwoo maintainers.mbbx6spp ];
maintainers = with maintainers; [ justinwoo mbbx6spp cdepillabout ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
};
}

Loading…
Cancel
Save