From e5b1f33dc7acb142300928e7510025d257c66c53 Mon Sep 17 00:00:00 2001 From: Mikhail Tavarez Date: Mon, 2 Dec 2024 14:27:05 -0600 Subject: [PATCH] fix homepage --- mojoproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mojoproject.toml b/mojoproject.toml index a20e032..f3f4d09 100644 --- a/mojoproject.toml +++ b/mojoproject.toml @@ -7,7 +7,7 @@ platforms = ["osx-arm64", "linux-64"] version = "0.1.7.nightly1" license = "MIT" license-file = "LICENSE" -homepage = "https://github.com/thatstoasty/weave" +homepage = "https://github.com/thatstoasty/mog" [tasks] tests = "python scripts/util.py run tests"