diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-07-22 19:24:39 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-07-22 19:24:39 -0400 |
| commit | 50a8c024ab544ab3a7cc916d99511bff46c2fdd1 (patch) | |
| tree | a0766a179e91a84922bb87e3bbac73cdf9e3d70e | |
| parent | 6f9a2b625f635ca84678cdfc71c697a4bca76c36 (diff) | |
Add "~lthms" to blogroll.
| -rw-r--r-- | haunt/data/blogroll.scm | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/haunt/data/blogroll.scm b/haunt/data/blogroll.scm index b5a2eba..ae468e3 100644 --- a/haunt/data/blogroll.scm +++ b/haunt/data/blogroll.scm @@ -706,4 +706,13 @@ ("game-development" "programming" "retro-tech" "reversing")) ("Potatoblog" "https://potatofrom.space/" - ("computer-networking" "linux" "programming" "reversing" "security"))) + ("computer-networking" "linux" "programming" "reversing" "security")) + ("~lthms" + "https://lthms.xyz/blog" + ("binary-exploitation" + "common-lisp" + "functional-programming" + "lisp" + "programming" + "security"))) + |