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

Commit 04c4cf4369a7756a76a6bfb36036a04bb2819a7f
Parent: ebcacfb770e1d711120e27c7478b6782cd36802c
Author: mcol <mcol@posteo.net>
Date: 2021-11-27 02:07:09 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-27 02:07:09 +0000

repo scope: repos -> repositories

src/Repositories.hs Modified

@@ -119,7 +119,7 @@
 package env repos name description commits tree tags branches =
     HashMap.fromList
         [ ("host", toGVal . envHost $ env)
-        , ("repos", toGVal repos)
+        , ("repositories", toGVal repos)
         , ("name", toGVal . pack . init . toFilePath $ name)
         , ("description", toGVal description)
         , ("commits", toGVal . reverse $ commits) -- Could be optimised