purescript: add maintainer mbbx6spp

This commit is contained in:
Susan Potter 2020-01-18 07:20:52 -06:00
parent c71aa5ff5e
commit 78941c037f
No known key found for this signature in database
GPG key ID: 99027A421FF928FB

View file

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