diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-07-23 17:48:30 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-07-23 17:48:30 -0400 |
| commit | 4e1a451ab989b32816d2d517d91fefeefeb887f3 (patch) | |
| tree | a3b7353067f26825add368108e61121af7c1e75b /haunt/data | |
| parent | 0b7e40850efc11e3766a3f1b2b4e14154b58c66c (diff) | |
Add "musicmatzes blog" to blogroll
Diffstat (limited to 'haunt/data')
| -rw-r--r-- | haunt/data/blogroll.scm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/haunt/data/blogroll.scm b/haunt/data/blogroll.scm index ae468e3..a88974c 100644 --- a/haunt/data/blogroll.scm +++ b/haunt/data/blogroll.scm @@ -714,5 +714,10 @@ "functional-programming" "lisp" "programming" - "security"))) - + "security")) + ("musicmatzes blog" + "https://beyermatthias.de/" + ("linux" "nixos" "programming" "rust")) + ("Fred's notes" + "https://ramblings.fred.moe/" + ("c" "programming"))) |