diff options
| author | Vito Caputo <vcaputo@pengaru.com> | 2022-04-04 15:55:50 -0700 | 
|---|---|---|
| committer | Vito Caputo <vcaputo@pengaru.com> | 2022-04-04 15:55:50 -0700 | 
| commit | d3e8ceb3ac81ac969a13c72de5a357f176548761 (patch) | |
| tree | 5ec8a41d4bf126bd85d0152f130ded2e0a049b74 | |
| parent | b8cb3b75f15da6a243e17f0c143b00c533cd50c4 (diff) | |
build: update git url in flatpak manifest
github is intended as just a mirror, pengaru.com is authoritative
for my personal work...
| -rw-r--r-- | com.pengaru.glimmer.json | 2 | 
1 files changed, 1 insertions, 1 deletions
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"                  }              ]          }  | 
