diff options
| -rw-r--r-- | haunt/projects.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/haunt/projects.scm b/haunt/projects.scm index 392caba..9173aea 100644 --- a/haunt/projects.scm +++ b/haunt/projects.scm @@ -17,10 +17,7 @@ (use-modules (custom sxml)) (define %software-projects - '(("Brisket" "Active" - "https://git.sr.ht/~jakob/brisket" - ("Primitive newsreader script for interacting with NNTP servers.")) - ("Mines" "Dormant" + '(("Mines" "Dormant" "https://git.sr.ht/~jakob/mines" ("Android implementation of the classic video game \"Minesweeper\".")) ("Rebuild" "Dormant" @@ -38,6 +35,9 @@ ("skullfuck" "Finished" "https://git.sr.ht/~jakob/skullfuck" ("Optimizing compiler for Brainfuck, contained in a single C source file.")) + ("Brisket" "Abandoned" + "https://git.sr.ht/~jakob/brisket" + ("Primitive newsreader script for interacting with NNTP servers.")) ("Hypodermic" "Abandoned" "https://git.sr.ht/~jakob/hypodermic" ("Proof-of-concept shared object injector that will eventually be integrated with PINCE.")) |