maintainers: add ratsclub
This commit is contained in:
parent
9314f5d0d5
commit
841ae9708e
2 changed files with 13 additions and 0 deletions
|
@ -8425,6 +8425,12 @@
|
||||||
githubId = 1891350;
|
githubId = 1891350;
|
||||||
name = "Michael Raskin";
|
name = "Michael Raskin";
|
||||||
};
|
};
|
||||||
|
ratsclub = {
|
||||||
|
email = "victor@freire.dev.br";
|
||||||
|
github = "ratsclub";
|
||||||
|
githubId = 25647735;
|
||||||
|
name = "Victor Freire";
|
||||||
|
};
|
||||||
ravloony = {
|
ravloony = {
|
||||||
email = "ravloony@gmail.com";
|
email = "ravloony@gmail.com";
|
||||||
name = "Tom Macdonald";
|
name = "Tom Macdonald";
|
||||||
|
|
|
@ -37,6 +37,13 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
||||||
sha256 = "cYz0ewJdK9nRlMKmigk3IENfOXvJRhXJfLXshaqgZ6o=";
|
sha256 = "cYz0ewJdK9nRlMKmigk3IENfOXvJRhXJfLXshaqgZ6o=";
|
||||||
outputFiles = [ "lib/*" ];
|
outputFiles = [ "lib/*" ];
|
||||||
dllFiles = [ "Fantomas*.dll" ];
|
dllFiles = [ "Fantomas*.dll" ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "FSharp source code formatter";
|
||||||
|
homepage = "https://github.com/fsprojects/fantomas";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = [ maintainers.ratsclub ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
FSharpCompilerCodeDom = fetchNuGet {
|
FSharpCompilerCodeDom = fetchNuGet {
|
||||||
|
|
Loading…
Reference in a new issue