l git: add go & newsbot-js

This commit is contained in:
lassulus 2018-10-23 15:32:38 +02:00
parent 1ed73d2d90
commit fbf7b22971

View File

@ -50,14 +50,30 @@ let
cgit.desc = "take a description of your disk layout and produce a format script"; cgit.desc = "take a description of your disk layout and produce a format script";
cgit.section = "software"; cgit.section = "software";
}; };
go = {
cgit.desc = "url shortener";
cgit.section = "software";
};
krebspage = { krebspage = {
cgit.desc = "homepage of krebs"; cgit.desc = "homepage of krebs";
cgit.section = "configuration"; cgit.section = "configuration";
}; };
krops = {
cgit.desc = "krebs deployment";
cgit.section = "software";
};
news = { news = {
cgit.desc = "take a rss feed and a timeout and print it to stdout"; cgit.desc = "take a rss feed and a timeout and print it to stdout";
cgit.section = "software"; cgit.section = "software";
}; };
newsbot-js = {
cgit.desc = "print rss feeds to irc channels";
cgit.section = "software";
};
nix-user-chroot = {
cgit.desc = "Fork of nix-user-chroot by lethalman";
cgit.section = "software";
};
nix-writers = { nix-writers = {
cgit.desc = "high level writers for nix"; cgit.desc = "high level writers for nix";
cgit.section = "software"; cgit.section = "software";
@ -85,14 +101,6 @@ let
cgit.desc = "Good Music collection + tools"; cgit.desc = "Good Music collection + tools";
cgit.section = "art"; cgit.section = "art";
}; };
nix-user-chroot = {
cgit.desc = "Fork of nix-user-chroot by lethalman";
cgit.section = "software";
};
krops = {
cgit.desc = "krebs deployment";
cgit.section = "software";
};
xmonad-stockholm = { xmonad-stockholm = {
cgit.desc = "krebs xmonad modules"; cgit.desc = "krebs xmonad modules";
cgit.section = "configuration"; cgit.section = "configuration";