stockholm/makefu/2configs/urlwatch.nix

23 lines
704 B
Nix
Raw Normal View History

{ config, lib, ... }:
2015-08-17 21:24:37 +00:00
{
krebs.urlwatch = {
enable = true;
mailto = config.krebs.users.makefu.mail;
onCalendar = "*-*-* 05:00:00";
urls = [
## nixpkgs maintenance
https://api.github.com/repos/ovh/python-ovh/tags
https://api.github.com/repos/embray/d2to1/tags
http://git.sysphere.org/vicious/log/?qt=grep&q=Next+release
https://pypi.python.org/simple/bepasty/
https://pypi.python.org/simple/xstatic/
http://guest:derpi@cvs2svn.tigris.org/svn/cvs2svn/tags/
2016-01-22 23:22:56 +00:00
http://ftp.debian.org/debian/pool/main/a/apt-cacher-ng/
2016-10-19 10:17:04 +00:00
https://github.com/amadvance/snapraid/releases.atom
2016-10-19 10:31:13 +00:00
https://erdgeist.org/gitweb/opentracker/commit/
2015-08-17 21:24:37 +00:00
];
};
}