From 9d544a7645a7d6ef8ce305804e44572fc32d622d Mon Sep 17 00:00:00 2001 From: samuel Date: Sun, 19 Apr 2026 13:15:35 +0200 Subject: [PATCH] ci: change repo owner --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8bb8136..ad74abd 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ NAME = netoik-cache VERSION = $(shell git describe --abbrev=0) RELEASE = $(shell git rev-parse --short HEAD) ARCH = noarch -OWNER = samuel +OWNER = netoik SUMMARY = "Netoïk Cache Server" LICENSE = "MIT" URL = "https://git.netoik.io/$(OWNER)/$(NAME)"