From 9c5a09e2ff478389ddb681ba0df3152330ef7469 Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Thu, 22 Aug 2024 00:38:35 -0700 Subject: [PATCH] update projects --- src/pages/projects.astro | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pages/projects.astro b/src/pages/projects.astro index bdd8df7..23735d1 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -20,6 +20,14 @@ import ProjectsList from "../components/Projects.astro"; "https://reidlab.pink", "https://git.reidlab.pink/reidlab/website" ] + }, + { + name: "lastfmpris", + description: "a rust application to scrobble your currently playing song on last.fm with mpris", + date: new Date(2024, 7, 22), + links: [ + "https://git.reidlab.pink/reidlab/lastfmpris" + ] } ]} />