Loading pkgs/by-name/_3/_3llo/package.nix +6 −3 Original line number Diff line number Diff line { lib, bundlerApp }: { lib, bundlerApp, }: bundlerApp { pname = "3llo"; Loading @@ -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 = [ ]; }; Loading Loading
pkgs/by-name/_3/_3llo/package.nix +6 −3 Original line number Diff line number Diff line { lib, bundlerApp }: { lib, bundlerApp, }: bundlerApp { pname = "3llo"; Loading @@ -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 = [ ]; }; Loading