_3llo: fix formatting, qualify lib section

This commit is contained in:
Guy Chronister
2025-11-03 09:50:44 -06:00
parent 74432d9de5
commit 4af54f4491
+6 -3
View File
@@ -1,4 +1,7 @@
{ lib, bundlerApp }:
{
lib,
bundlerApp,
}:
bundlerApp {
pname = "3llo";
@@ -7,9 +10,9 @@ bundlerApp {
exes = [ "3llo" ];
meta = with lib; {
meta = {
description = "Trello interactive CLI on terminal";
license = licenses.mit;
license = lib.licenses.mit;
homepage = "https://github.com/qcam/3llo";
maintainers = [ ];
};