diff options
author | Mike Gerwitz <mtg@gnu.org> | 2021-05-18 21:57:41 -0400 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2021-05-18 21:57:41 -0400 |
commit | d1c9210491913ef6a984b2d8c301140044f5b33d (patch) | |
tree | 575fcadd63943444a46cd46970e3727d8e8628af /src | |
parent | c2d85cdda88ef99b4022f7de6308420f16307ec7 (diff) | |
download | thoughts-d1c9210491913ef6a984b2d8c301140044f5b33d.tar.gz thoughts-d1c9210491913ef6a984b2d8c301140044f5b33d.tar.bz2 thoughts-d1c9210491913ef6a984b2d8c301140044f5b33d.zip |
src/cgit/cgitrc: Update from server (ulambda, promscripts)
Forgot this file was housed in this repo...
Diffstat (limited to 'src')
-rw-r--r-- | src/cgit/cgitrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cgit/cgitrc b/src/cgit/cgitrc index 006caff..5e87300 100644 --- a/src/cgit/cgitrc +++ b/src/cgit/cgitrc @@ -73,6 +73,10 @@ repo.url=literate-xsl repo.path=/var/gitrepos/literate-xsl.git repo.desc=Literate documentation weaver for XSLT 2.0 +repo.url=ulambda +repo.path=/var/gitrepos/ulambda.git +repo.desc=[STALLED] Self-hosting Scheme compiling to JavaScript (very incomplete proof-of-concept) + section=misc @@ -88,6 +92,10 @@ repo.url=dotfiles repo.path=/var/gitrepos/dotfiles.git repo.desc=Personal system configuration and miscellaneous scripts +repo.url=promscripts +repo.path=/var/gitrepos/promscripts.git +repo.desc=Scripts for generating Prometheus metrics + section=talks |