Skip to content

Commit c90d271

Browse files
Update UIBASE_URL to point to atlantis-UI-base-C
1 parent 57e56ad commit c90d271

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Dependencies.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ TMP_DIR := $(BUILD_DIR)/.external
2222
GIT_HTTPS ?= 0
2323

2424
ifeq ($(GIT_HTTPS),1)
25-
UIBASE_URL := https://github.com/AtlantisOS-Project/atlantis-UI-base.git
25+
UIBASE_URL := https://github.com/AtlantisOS-Project/atlantis-UI-base-C.git
2626
DEBBUILD_URL := https://github.com/AtlantisOS-Project/base-debian-build.git
2727
else
28-
UIBASE_URL := git@github.com:AtlantisOS-Project/atlantis-UI-base.git
28+
UIBASE_URL := git@github.com:AtlantisOS-Project/atlantis-UI-base-C.git
2929
DEBBUILD_URL := git@github.com:AtlantisOS-Project/base-debian-build.git
3030
endif
3131

0 commit comments

Comments
 (0)