🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit 41912820af699608a5f7eb805bad1d45cc1bb753
Parent: c14e055279cd1c301f34c4612bc5e733ade27ef9
Author: mcol <mcol@posteo.net>
Date: 2021-10-02 23:40:10 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2021-10-02 23:40:10 +0100

fix typo

src/Repositories.hs Modified

@@ -7,7 +7,7 @@
 
 module Repositories (
     run,
-    getDescription  -- Used by Index.hs::runINdex
+    getDescription  -- Used by Index.hs::runIndex
 ) where
 
 import Conduit (runConduit, (.|), sinkList)