2015-12-29 21:21:04 +01:00
|
|
|
{ config, lib, ... }:
|
2015-08-17 23:24:37 +02:00
|
|
|
|
|
|
|
{
|
|
|
|
krebs.urlwatch = {
|
|
|
|
enable = true;
|
|
|
|
mailto = config.krebs.users.makefu.mail;
|
|
|
|
onCalendar = "*-*-* 05:00:00";
|
2017-07-02 23:06:36 +02:00
|
|
|
hooksFile = ./hook.py;
|
2015-08-17 23:24:37 +02:00
|
|
|
urls = [
|
|
|
|
## nixpkgs maintenance
|
|
|
|
https://api.github.com/repos/ovh/python-ovh/tags
|
|
|
|
https://api.github.com/repos/embray/d2to1/tags
|
2017-03-31 13:00:52 +02:00
|
|
|
https://api.github.com/repos/Mic92/vicious/tags
|
2015-10-28 15:05:48 +01:00
|
|
|
https://pypi.python.org/simple/bepasty/
|
2015-10-26 00:47:10 +01:00
|
|
|
https://pypi.python.org/simple/xstatic/
|
2017-07-02 23:06:36 +02:00
|
|
|
https://pypi.python.org/simple/devpi-client/
|
2015-12-29 21:21:04 +01:00
|
|
|
http://guest:derpi@cvs2svn.tigris.org/svn/cvs2svn/tags/
|
2016-01-23 00:22:56 +01:00
|
|
|
http://ftp.debian.org/debian/pool/main/a/apt-cacher-ng/
|
2016-10-19 12:17:04 +02:00
|
|
|
https://github.com/amadvance/snapraid/releases.atom
|
2016-10-28 14:09:58 +02:00
|
|
|
https://erdgeist.org/gitweb/opentracker/info/refs?service=git-upload-pack
|
2017-03-01 15:55:02 +01:00
|
|
|
https://api.github.com/repos/embray/d2to1/tags
|
|
|
|
https://api.github.com/repos/dorimanx/exfat-nofuse/commits
|
|
|
|
https://api.github.com/repos/dorimanx/exfat-nofuse/tags
|
2017-03-13 23:54:15 +01:00
|
|
|
https://api.github.com/repos/radare/radare2/tags
|
2017-05-15 22:52:48 +02:00
|
|
|
https://api.github.com/repos/rapid7/metasploit-framework/tags
|
2017-07-02 23:06:36 +02:00
|
|
|
https://api.github.com/repos/mcepl/gen-oath-safe/commits
|
|
|
|
https://api.github.com/repos/naim94a/udpt/commits
|
|
|
|
https://git.tasktools.org/TM/taskd/info/refs?service=git-upload-pack
|
|
|
|
https://api.github.com/repos/dirkvdb/ps3netsrv--/commits
|
|
|
|
# TODO: dymo cups
|
|
|
|
|
2015-08-17 23:24:37 +02:00
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|