lsd: remove with lib;

Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
This commit is contained in:
Ludovico Piero 2024-08-20 02:13:21 +09:00
parent c326c7959f
commit 77e7f01746
No known key found for this signature in database
GPG Key ID: 3911DD276CFE779C

View File

@ -45,11 +45,11 @@ rustPlatform.buildRustPackage rec {
passthru.tests.version = testers.testVersion { package = lsd; };
meta = with lib; {
meta = {
homepage = "https://github.com/lsd-rs/lsd";
description = "Next gen ls command";
license = licenses.asl20;
maintainers = with maintainers; [
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
zowoq
SuperSandro2000
];