aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/fetcher/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/fetcher/index.js b/includes/fetcher/index.js
index 5c8a4e4..165053e 100644
--- a/includes/fetcher/index.js
+++ b/includes/fetcher/index.js
@@ -33,7 +33,7 @@
issues: null,
vcs: project.http_url_to_repo,
web: project.web_url,
- icon: project.avatar_url,
+ icon: project.avatar_url.replace("http://", "https://"),
showcase: project.topics.includes("Showcase"),
date: project.last_activity_at,
event: (await axios.get(`https://gitlab.minteck.org/api/v4/projects/${project.id}/events`)).data[0],