diff options
author | Vincent Ambo <mail@tazj.in> | 2021-04-12T15·19+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-04-12T15·22+0000 |
commit | 42ea1c159a04bbcd596b376def6eebcae9d7d54f (patch) | |
tree | e808047ec409f8a7832052a8cc3f6d5f443af5d4 | |
parent | 09a465d0a3e153e063cdc979a76b933014d1a6b5 (diff) |
chore(grfn): Fix remaining references to glittershark r/2489
Change-Id: I60a60635dfef5c73f758fa6808992aeea3137301 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2944 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
-rw-r--r-- | users/grfn/gws.fyi/index.org | 6 | ||||
-rwxr-xr-x | users/grfn/keyboard/flash | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/users/grfn/gws.fyi/index.org b/users/grfn/gws.fyi/index.org index 0886192abf28..8da761661923 100644 --- a/users/grfn/gws.fyi/index.org +++ b/users/grfn/gws.fyi/index.org @@ -8,7 +8,7 @@ engineer and musician * code - [[https://github.com/glittershark/][github]] -- [[https://cs.tvl.fyi/depot/-/tree/users/glittershark][my directory in the tvl monorepo]] +- [[https://cs.tvl.fyi/depot/-/tree/users/grfn][my directory in the tvl monorepo]] * work @@ -19,9 +19,9 @@ databases please reach out * projects - [[https://windtunnel.ci/][windtunnel]], a continuous benchmarking software-as-a-service currently accepting early alpha users (send me an email if you want to try it out!) -- [[https://cs.tvl.fyi/depot/-/tree/users/glittershark/achilles][achilles]], a compiler for (what I plan to become) a dependently typed, low-level functional programming language targeting LLVM +- [[https://cs.tvl.fyi/depot/-/tree/users/grfn/achilles][achilles]], a compiler for (what I plan to become) a dependently typed, low-level functional programming language targeting LLVM - [[https://github.com/glittershark/org-clubhouse][org-clubhouse]], an emacs package for lightweight integration between [[https://orgmode.org/][org-mode]] and [[https://clubhouse.io/][the clubhouse project management tool]] -- [[https://cs.tvl.fyi/depot/-/tree/users/glittershark/xanthous][xanthous]], a terminal roguelike in haskell that I work on intermittently and exclusively for fun +- [[https://cs.tvl.fyi/depot/-/tree/users/grfn/xanthous][xanthous]], a terminal roguelike in haskell that I work on intermittently and exclusively for fun * music diff --git a/users/grfn/keyboard/flash b/users/grfn/keyboard/flash index efc89463c84b..76def36f9ca8 100755 --- a/users/grfn/keyboard/flash +++ b/users/grfn/keyboard/flash @@ -1,2 +1,2 @@ #!/usr/bin/env bash -exec "$(nix-build --no-out-link ../../.. -A users.glittershark.keyboard.flash)" +exec "$(nix-build --no-out-link ../../.. -A users.grfn.keyboard.flash)" |