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; };
|
passthru.tests.version = testers.testVersion { package = lsd; };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://github.com/lsd-rs/lsd";
|
homepage = "https://github.com/lsd-rs/lsd";
|
||||||
description = "Next gen ls command";
|
description = "Next gen ls command";
|
||||||
license = licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
zowoq
|
zowoq
|
||||||
SuperSandro2000
|
SuperSandro2000
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user