purescript: add cdepillabout as maintainer

This commit is contained in:
(cdep)illabout
2020-06-15 21:10:29 +09:00
parent 0be2f125e5
commit 0a2b461959
@@ -59,7 +59,7 @@ in stdenv.mkDerivation rec {
description = "A strongly-typed functional programming language that compiles to JavaScript"; description = "A strongly-typed functional programming language that compiles to JavaScript";
homepage = "https://www.purescript.org/"; homepage = "https://www.purescript.org/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.justinwoo maintainers.mbbx6spp ]; maintainers = with maintainers; [ justinwoo mbbx6spp cdepillabout ];
platforms = [ "x86_64-linux" "x86_64-darwin" ]; platforms = [ "x86_64-linux" "x86_64-darwin" ];
}; };
} }