From 0d3b1c910dd40a6b252525b3ebd2f5d8a3b98953 Mon Sep 17 00:00:00 2001 From: Mr-confused <80274434+Mr-confused@users.noreply.github.com> Date: Wed, 30 Jun 2021 14:15:57 +0530 Subject: [PATCH] Update start --- start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start b/start index 5fceb9b2..ba4dd5a0 100644 --- a/start +++ b/start @@ -50,7 +50,7 @@ _run_catpack_git() { $(_run_python_code 'from git import Repo import sys -OFFICIAL_UPSTREAM_REPO = "https://github.com/Mr-confused/catpack" +OFFICIAL_UPSTREAM_REPO = "https://github.com/Mr-confused/nekopack" ACTIVE_BRANCH_NAME = "master" repo = Repo.init()