mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
purescript: add cdepillabout as maintainer
This commit is contained in:
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" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user