lemurs: remove with lib;

This commit is contained in:
NullCube
2025-02-21 13:26:42 -08:00
parent fac67837b0
commit 6cce0b973d
+3 -3
View File
@@ -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
];