diff options
| author | Jakob L. Kreuze | 2019-07-22 19:18:27 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2019-07-22 19:18:27 -0400 |
| commit | 460dc9d9b4b75c4e11a0f1ba796e809f50381a7f (patch) | |
| tree | c0ad372cab5f78df0095e1ef8aa45271422fefda /haunt | |
| parent | b4fdc3017b9c05734b92151d7aa2e0353682fc09 (diff) | |
Add "Potatoblog" to blogroll.
Diffstat (limited to 'haunt')
| -rw-r--r-- | haunt/data/blogroll.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/haunt/data/blogroll.scm b/haunt/data/blogroll.scm index e51f059..b5a2eba 100644 --- a/haunt/data/blogroll.scm +++ b/haunt/data/blogroll.scm @@ -703,4 +703,7 @@ "python")) ("Grid Bugs" "https://gridbugs.org/" - ("game-development" "programming" "retro-tech" "reversing"))) + ("game-development" "programming" "retro-tech" "reversing")) + ("Potatoblog" + "https://potatofrom.space/" + ("computer-networking" "linux" "programming" "reversing" "security"))) |