diff options
author | C. McEnroe | 2019-12-15 19:45:05 -0500 |
---|---|---|
committer | C. McEnroe | 2019-12-15 19:45:05 -0500 |
commit | d919d122fb7331614de41279a2937d652e2a8425 (patch) | |
tree | a06d0221148f91ea881ba89a7f3c1e8064e2e1f2 | |
parent | 2cb82d4cfd6bacdeb72db68ef3eb1f723133c58c (diff) |
Update git URL
-rw-r--r-- | chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.h b/chat.h index 61d8a96..ee7a087 100644 --- a/chat.h +++ b/chat.h @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#define SOURCE_URL "https://code.causal.agency/june/catgirl" +#define SOURCE_URL "https://git.causal.agency/catgirl" #include <stdarg.h> #include <stdbool.h> |