From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:28:24 +0000 (+0200) Subject: Merge pull request #326 from Cantido/add-earthly X-Git-Tag: v0.2.0.2~17 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/99537674f98bfffbb857b62f3e847035fdbc45da?hp=6b72903d7e67c5d3a37d0214701cfa34ee3c4bbe Merge pull request #326 from Cantido/add-earthly 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" + } + ] +}