purescript: add cdepillabout as maintainer

This commit is contained in:
(cdep)illabout 2020-06-15 21:10:29 +09:00
parent 0be2f125e5
commit 0a2b461959
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -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" ];
};
}