maintainers: add ratsclub

This commit is contained in:
Victor Freire 2021-06-05 01:11:42 -03:00
parent 9314f5d0d5
commit 841ae9708e
2 changed files with 13 additions and 0 deletions

View file

@ -8425,6 +8425,12 @@
githubId = 1891350;
name = "Michael Raskin";
};
ratsclub = {
email = "victor@freire.dev.br";
github = "ratsclub";
githubId = 25647735;
name = "Victor Freire";
};
ravloony = {
email = "ravloony@gmail.com";
name = "Tom Macdonald";

View file

@ -37,6 +37,13 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
sha256 = "cYz0ewJdK9nRlMKmigk3IENfOXvJRhXJfLXshaqgZ6o=";
outputFiles = [ "lib/*" ];
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 {