From 6cce0b973d890e282c99b478cf061459cabb54f3 Mon Sep 17 00:00:00 2001 From: NullCube Date: Fri, 21 Feb 2025 13:23:58 -0800 Subject: [PATCH] lemurs: remove with lib; --- pkgs/by-name/le/lemurs/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/le/lemurs/package.nix b/pkgs/by-name/le/lemurs/package.nix index cf0924b96561..0d5095feaa64 100644 --- a/pkgs/by-name/le/lemurs/package.nix +++ b/pkgs/by-name/le/lemurs/package.nix @@ -34,14 +34,14 @@ rustPlatform.buildRustPackage { version = "0.3.2"; }; - meta = with lib; { + meta = { description = "Customizable TUI display/login manager written in Rust"; homepage = "https://github.com/coastalwhite/lemurs"; - license = with licenses; [ + license = with lib.licenses; [ asl20 mit ]; - maintainers = with maintainers; [ + maintainers = with lib.maintainers; [ jeremiahs nullcube ];