lsd: remove with lib;
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
This commit is contained in:
parent
c326c7959f
commit
77e7f01746
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user