From d3e8ceb3ac81ac969a13c72de5a357f176548761 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 4 Apr 2022 15:55:50 -0700 Subject: build: update git url in flatpak manifest github is intended as just a mirror, pengaru.com is authoritative for my personal work... --- com.pengaru.glimmer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.pengaru.glimmer.json b/com.pengaru.glimmer.json index 3acfe0b..7b36ef3 100644 --- a/com.pengaru.glimmer.json +++ b/com.pengaru.glimmer.json @@ -22,7 +22,7 @@ "sources" : [ { "type" : "git", - "url" : "https://github.com/vcaputo/glimmer.git" + "url" : "https://git.pengaru.com/glimmer" } ] } -- cgit v1.2.3