From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:27:16 +0000 (+0200) Subject: Merge pull request #327 from Cantido/add-flyctl X-Git-Tag: v0.2.0.2~18 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/6b72903d7e67c5d3a37d0214701cfa34ee3c4bbe?hp=1337792d00dfc91237efde3ab22b585fd44be565 Merge pull request #327 from Cantido/add-flyctl Add flyctl --- diff --git a/programs/flyctl.json b/programs/flyctl.json new file mode 100644 index 0000000..95a2249 --- /dev/null +++ b/programs/flyctl.json @@ -0,0 +1,10 @@ +{ + "name": "flyctl", + "files": [ + { + "path": "$HOME/.fly", + "movable": false, + "help": "Currently unsupported.\n\n_Merge Request_: https://github.com/superfly/flyctl/pull/2785\n" + } + ] +}