cloak: remove use of with lib;

This commit is contained in:
Mikael Voss 2025-02-11 16:56:07 +01:00
parent c21f7c9c8a
commit 6463fe689a
No known key found for this signature in database

View file

@ -21,11 +21,11 @@ rustPlatform.buildRustPackage rec {
passthru.updateScript = nix-update-script { };
meta = with lib; {
meta = {
homepage = "https://github.com/evansmurithi/cloak";
description = "Command-line OTP authenticator application";
license = licenses.mit;
maintainers = with maintainers; [ mvs ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mvs ];
mainProgram = "cloak";
};
}