diff --git a/cli/main.go b/cli/main.go index b01d2cc..ca8d443 100644 --- a/cli/main.go +++ b/cli/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "definitive-opensource/cli" + "github.com/definitive-opensource/cli" ) func main() { diff --git a/source/data/dynamic/applications.json b/source/data/dynamic/applications.json index b80d239..5a1bb06 100644 --- a/source/data/dynamic/applications.json +++ b/source/data/dynamic/applications.json @@ -12640,6 +12640,22 @@ "language": "Rust", "license": "AGPL-3.0", "homepage_url": "https://scanopy.net" + }, + { + "name": "Osaurus", + "description": "", + "repo_url": "https://github.com/dinoki-ai/osaurus", + "tags": [], + "platforms": [ + "macos" + ], + "category": "manager", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file