maintainers: add ciflire

fix: fileformat

fix: failure on format

fix: githubId type

fix: after squash
This commit is contained in:
VESSE Léo
2025-03-13 08:34:53 +01:00
parent 51232abb37
commit 3e1c7a9f0e
2 changed files with 10 additions and 5 deletions
+6
View File
@@ -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";
+4 -5
View File
@@ -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";
};
}