_3llo: fix formatting, qualify lib section
This commit is contained in:
@@ -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 = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user