From 0cd76e86f56cd74ded4f24c138b29e8aebedb651 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= <dev@felschr.com>
Date: Fri, 21 Feb 2025 14:49:08 +0100
Subject: [PATCH] fix: remove full stops from bullet points

---
 main.typ | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main.typ b/main.typ
index 4ca06d3..09d841c 100644
--- a/main.typ
+++ b/main.typ
@@ -110,7 +110,7 @@
   url: "codeberg.org/felschr/nixos-config",
 )
 - Maintaining my personal & work computers as well as a homelab via a declarative NixOS configuration.
-  My homelab hosts services from home automation to media servers & more.
+  My homelab hosts services from home automation to media servers & more
 
 #project(
   name: "Pheno-Inspect Plant Analyzer Web",
@@ -127,7 +127,7 @@
   dates: dates-helper(start-date: "Jan 2022", end-date: "Jun 2024"),
   url: "github.com/pinpox/pgp2ssh",
 )
-- Derive private ed25519 SSH key from private PGP key.
+- Derive private ed25519 SSH key from private PGP key
 - This functionality was not implemented in GPG and no other tools existed for this before
 - Implemented in Golang and in close collaboration with another member of the open source community