diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 8aa0a2c..8303cf4 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -35,7 +35,7 @@ Open applications.json and copy the following at the end: "" ], "category": "", - "stars": , + "stars": 0, "flags": [], "last_commit": "", "language": "", diff --git a/source/data/applications.json b/source/data/applications.json index a67455b..06ae8f1 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -7111,6 +7111,23 @@ "language": "", "license": "", "homepage_url": "" + }, + { + "name": "lazydocker", + "description": "", + "repo_url": "https://github.com/jesseduffield/lazydocker", + "tags": [], + "platforms": [ + "Cross", + "CLI" + ], + "category": "containers", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] }