summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-05-25 13:34:16 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-05-25 13:34:16 -0400
commitbd8019400aba4e28e93c6044640f8cd11c880453 (patch)
tree4a3779c75fb2ff910e30e8e52b8ee1d06513c0ca
parent715103aeb5ddbdb6a0fae298883d980d09e8c4bb (diff)
Mark Brisket as abandoned
-rw-r--r--haunt/projects.scm8
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."))