diff options
author | V <v@unfathomable.blue> | 2021-08-17 06:02:09 +0200 |
---|---|---|
committer | V <v@unfathomable.blue> | 2021-08-20 01:53:39 +0200 |
commit | 7072571a0ee7ea217564ea0788d611d5c8eeadbc (patch) | |
tree | ec6a05c86b537a3581e4239ec6e6b6a0d95fd6cb /fleet/hosts/trieste/cgit | |
parent | 1c103737fb4dc998cc14b72d7b10ff538f95d61d (diff) | |
download | unf-legacy-7072571a0ee7ea217564ea0788d611d5c8eeadbc.tar.zst |
fleet/hosts/trieste/cgit: put our tagline in the root description
I'm not sure why I didn't think to do this earlier. Change-Id: I951f7d5fa3d3276befe687e62393cbad807bd4c4
Diffstat (limited to 'fleet/hosts/trieste/cgit')
-rw-r--r-- | fleet/hosts/trieste/cgit/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fleet/hosts/trieste/cgit/default.nix b/fleet/hosts/trieste/cgit/default.nix index 23e8ab6..880842b 100644 --- a/fleet/hosts/trieste/cgit/default.nix +++ b/fleet/hosts/trieste/cgit/default.nix @@ -38,7 +38,7 @@ let cgit-config = pkgs.writeText "cgit-config" '' # TODO(V): sort these sanely root-title=unfathomable software - root-desc= + root-desc=sufficiently advanced technology # TODO(V): root-readme? what should go in here, contribution info? info about the server? info about the branch conventions? enable-index-owner=0 |