From 8cb32ef9b9acc1a0306bc2bb7d4a12f4070b8cfd Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sun, 26 Jul 2020 12:40:23 +0100 Subject: [PATCH] correct repo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa2906a..4b28cdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Max Bradbury "] edition = "2018" description = "A parser and utilities for working with Bitsy game data" readme = "README.md" -repository = "https://github.com/synth-ruiner/bitsy-parser" +repository = "https://tinybird.dev/max/bitsy-parser" license = "MIT" keywords = ["gamedev"]