maintainers: add ciflire
fix: fileformat fix: failure on format fix: githubId type fix: after squash
This commit is contained in:
@@ -4349,6 +4349,12 @@
|
||||
github = "ciferkey";
|
||||
githubId = 101422;
|
||||
};
|
||||
ciflire = {
|
||||
name = "Léo Vesse";
|
||||
email = "leovesse@gmail.com";
|
||||
github = "Ciflire";
|
||||
githubId = 39668077;
|
||||
};
|
||||
cig0 = {
|
||||
name = "Martín Cigorraga";
|
||||
email = "cig0.github@gmail.com";
|
||||
|
||||
@@ -18,12 +18,11 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
cargoHash = "sha256-765tp4wUh7G92vaoViufo6Kk2c/w2d1XjZ3aN5UUAv0=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A formatter for TLA+ specs";
|
||||
meta = {
|
||||
description = "Formatter for TLA+ specs";
|
||||
homepage = "https://github.com/domodwyer/tlafmt";
|
||||
license = licenses.apsl20;
|
||||
maintainers = with maintainers; [ ciflire ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ ciflire ];
|
||||
mainProgram = "tlafmt";
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user