diff --git a/markdown/contact.md b/markdown/contact.md
index cda6a05..259f04e 100644
--- a/markdown/contact.md
+++ b/markdown/contact.md
@@ -4,7 +4,7 @@
4150 W 111th CIR Westminter, CO 80031 USA |
Eric W Phillips |
- eric@ewpt3ch.dev linkedin.com/in/ewpt3ch/ 3034351478 |
+ eric@ewpt3ch.dev linkedin.com/in/ewpt3ch 3034351478 |
@@ -12,7 +12,7 @@
diff --git a/markdown/projects.md b/markdown/projects.md
index 3132118..8039e2b 100644
--- a/markdown/projects.md
+++ b/markdown/projects.md
@@ -1,6 +1,8 @@
Projects
+[https://github.com/ewpt3ch](https://github.com/ewpt3ch) | [https://gitea.ewpt3ch.dev/ewpt3ch](https://gitea.ewpt3ch.dev/ewpt3ch)
+
**pkgstash** - [https://github.com/ewpt3ch/pkgstash](https://github.com/ewpt3ch/pkgstash)
To reduce duplication in update management for local Arch Linux systems I built a sparse caching server. It reduces external traffic in a local network that has multiple Arch Linux systems. By replicating the structure of a full mirror it provides a drop in replacement for any standard mirror. Clients use this server transparently by adding it to their mirror list. Configuration is done with TOML which mimics the syntax of pacman.conf. Singleflight is used for preventing duplicate cache downloads if multiple clients are updating at the same time.