fend: add liff as a maintainer

This commit is contained in:
Olli Helenius 2023-09-20 20:33:41 +03:00
parent 1c5ade21cc
commit fdf790bbe4
No known key found for this signature in database
GPG key ID: 67235CC88F41DE3C

View file

@ -64,7 +64,7 @@ rustPlatform.buildRustPackage rec {
description = "Arbitrary-precision unit-aware calculator";
homepage = "https://github.com/printfn/fend";
license = licenses.mit;
maintainers = with maintainers; [ djanatyn ];
maintainers = with maintainers; [ djanatyn liff ];
mainProgram = "fend";
};
}