Update download URL for k-launcher project
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m33s

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-08-21 15:48:40 +02:00
parent 4d0cbb7fb2
commit 2a0132ae22

View File

@@ -422,7 +422,7 @@ export const projects: Project[] = [
category: "Desktop", category: "Desktop",
github_url: "https://git.gabrielkaszewski.dev/GKaszewski/k-launcher", github_url: "https://git.gabrielkaszewski.dev/GKaszewski/k-launcher",
visit_url: null, visit_url: null,
download_url: null, download_url: "https://aur.archlinux.org/packages/k-launcher",
technologies: ["Rust", "iced"], technologies: ["Rust", "iced"],
thumbnails: ["/images/k-launcher.avif"], thumbnails: ["/images/k-launcher.avif"],
}, },