Commit 4af54f44 authored by Guy Chronister's avatar Guy Chronister
Browse files

_3llo: fix formatting, qualify lib section

parent 74432d9d
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
{ 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 = [ ];
  };