about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2021-09-19 23:27:17 +0200
committersternenseemann <sternenseemann@systemli.org>2021-09-19 23:27:17 +0200
commit832ed5ca2b60ce12bbe7fbefa150a1e052b3d4b2 (patch)
treee33f5fbdc8754996d8decbecbacffe15939cd52c
parentb3a430b85bf6022f3216ea5b87d5ed933bf69f10 (diff)
chore(doc/web): depot 2021-03-11 -> 2021-09-18
-rw-r--r--doc/web.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/web.nix b/doc/web.nix
index fcf8489..179ad05 100644
--- a/doc/web.nix
+++ b/doc/web.nix
@@ -1,7 +1,7 @@
 { depotSrc ? builtins.fetchGit {
     url = "https://code.tvl.fyi";
     ref = "canon";
-    rev = "2cd2b58a04cd86e8bf1d72e9c0a67ad8c8e9c8dd";
+    rev = "0e3858b5e5bb5717319c5a17fb195c51f1cbf06c";
   }
 }:
 
@@ -34,4 +34,5 @@ depot.users.sterni.htmlman {
     For now most information is in the
     [README](https://github.com/sternenseemann/buchstabensuppe/blob/main/README.md).
   '';
+  linkXr = "none"; # TODO(sterni): add the remaining man pages
 }