diff options
author | jeschli <jeschli@gmail.com> | 2018-07-17 19:38:46 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-07-17 19:38:46 +0200 |
commit | 113a6cb4192693d06651d8e51626c681accfc28b (patch) | |
tree | 80c00b9a158e2b57039ae49799a9f04b1ebc6228 /lass/2configs/git.nix | |
parent | 8abbda9061c7fc3f04ca580a7435085cab8a8c83 (diff) | |
parent | 74698c904460db569a3c6c8355c0b25a94c98800 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'lass/2configs/git.nix')
-rw-r--r-- | lass/2configs/git.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lass/2configs/git.nix b/lass/2configs/git.nix index 707796dd9..829e62269 100644 --- a/lass/2configs/git.nix +++ b/lass/2configs/git.nix @@ -30,6 +30,14 @@ let rules = concatMap make-rules (attrValues repos); public-repos = mapAttrs make-public-repo { + cholerab = { + cgit.desc = "krebs thesauron & enterprise-patterns"; + cgit.section = "documentation"; + }; + disko = { + cgit.desc = "take a description of your disk layout and produce a format script"; + cgit.section = "software"; + }; news = { cgit.desc = "take a rss feed and a timeout and print it to stdout"; cgit.section = "software"; |