From 8c81d9a5b901f0b7d9986ae42a530433e1b02ad5 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 23 May 2026 19:24:11 -0700 Subject: init theming adjustments --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e57c991..e1cd3a7 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PKG_DEPS := libxml-2.0 libcurl openssl GIT_HASH := $(shell git rev-parse --short HEAD) GIT_DATE := $(shell git log -1 --format='%ad' --date='format:%y.%m.%d') GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD) -GIT_REMOTE := $(shell git remote get-url origin) +GIT_REMOTE := https://git.moekyun.me/omnisearch VERSION := $(GIT_DATE)+$(GIT_HASH)_$(GIT_BRANCH) -- cgit v1.2.3