From bbd9cd16cce9c6c411bff086851ee7688f09fe84 Mon Sep 17 00:00:00 2001 From: "Dr. Chat" Date: Sat, 1 Feb 2025 11:54:23 -0600 Subject: [PATCH] Add my name to `atrium-repo` authors --- atrium-repo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atrium-repo/Cargo.toml b/atrium-repo/Cargo.toml index 62290948..ffee4573 100644 --- a/atrium-repo/Cargo.toml +++ b/atrium-repo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "atrium-repo" version = "0.0.0" -authors = ["Jack Grigg "] +authors = ["Justin Moore ", "Jack Grigg "] edition.workspace = true rust-version.workspace = true description = "Library for handling AT Protocol (Bluesky) repositories and MSTs"