python312Packages.publicsuffixlist: 1.0.2.20241207 -> 1.0.2.20241213 (#365192)
[NixPkgs.git] / pkgs / tools / misc / 3llo / default.nix
blob45c1e633d050f527d3ef32511d314e756735a349
1 { lib, bundlerApp }:
3 bundlerApp {
4   pname = "3llo";
6   gemdir = ./.;
8   exes = [ "3llo" ];
10   meta = with lib; {
11     description = "Trello interactive CLI on terminal";
12     license = licenses.mit;
13     homepage = "https://github.com/qcam/3llo";
14     maintainers = [ ];
15   };