From: Rosa Richter Date: Sun, 22 Oct 2023 16:48:04 +0000 (-0600) Subject: Add Earthly X-Git-Tag: v0.2.0.2~17^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/4ce038a45924c3af6480e110155210830423dc56?ds=sidebyside Add Earthly --- diff --git a/programs/earthly.json b/programs/earthly.json new file mode 100644 index 0000000..599fed0 --- /dev/null +++ b/programs/earthly.json @@ -0,0 +1,11 @@ + +{ + "name": "earthly", + "files": [ + { + "path": "$HOME/.earthly", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue_: https://github.com/earthly/earthly/issues/2210\n" + } + ] +}