2015-12-29 20:21:04 +00:00
|
|
|
{ config, lib, ... }:
|
2015-08-17 21:24:37 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
krebs.urlwatch = {
|
|
|
|
enable = true;
|
|
|
|
mailto = config.krebs.users.makefu.mail;
|
|
|
|
onCalendar = "*-*-* 05:00:00";
|
2017-07-02 21:06:36 +00:00
|
|
|
hooksFile = ./hook.py;
|
2015-08-17 21:24:37 +00:00
|
|
|
urls = [
|
|
|
|
## nixpkgs maintenance
|
2017-07-02 21:09:12 +00:00
|
|
|
# github
|
|
|
|
## No rate limit
|
|
|
|
https://github.com/amadvance/snapraid/releases.atom
|
|
|
|
https://github.com/radare/radare2/releases.atom
|
|
|
|
https://github.com/ovh/python-ovh/releases.atom
|
|
|
|
https://github.com/embray/d2to1/releases.atom
|
|
|
|
https://github.com/Mic92/vicious/releases.atom
|
|
|
|
https://github.com/embray/d2to1/releases.atom
|
|
|
|
https://github.com/dorimanx/exfat-nofuse/releases.atom
|
|
|
|
https://github.com/rapid7/metasploit-framework/releases.atom
|
|
|
|
## rate limited
|
|
|
|
# https://api.github.com/repos/dorimanx/exfat-nofuse/commits
|
|
|
|
# https://api.github.com/repos/mcepl/gen-oath-safe/commits
|
|
|
|
https://api.github.com/repos/naim94a/udpt/commits
|
|
|
|
https://api.github.com/repos/dirkvdb/ps3netsrv--/commits
|
|
|
|
|
|
|
|
# pypi
|
2015-10-28 14:05:48 +00:00
|
|
|
https://pypi.python.org/simple/bepasty/
|
2015-10-25 23:47:10 +00:00
|
|
|
https://pypi.python.org/simple/xstatic/
|
2017-07-02 21:06:36 +00:00
|
|
|
https://pypi.python.org/simple/devpi-client/
|
2017-07-02 21:09:12 +00:00
|
|
|
# weird shit
|
2015-12-29 20:21:04 +00:00
|
|
|
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-28 12:09:58 +00:00
|
|
|
https://erdgeist.org/gitweb/opentracker/info/refs?service=git-upload-pack
|
2017-07-02 21:06:36 +00:00
|
|
|
https://git.tasktools.org/TM/taskd/info/refs?service=git-upload-pack
|
|
|
|
|
2017-07-02 21:09:12 +00:00
|
|
|
{
|
|
|
|
url = https://newellrubbermaid.secure.force.com/dymopkb/articles/en_US/FAQ/Dymo-Drivers-and-Downloads/?l=en_US&c=Segment:Dymo&fs=Search&pn=1 ;
|
|
|
|
filter = "grep:Software/Linux/dymo-cups-drivers";
|
|
|
|
}
|
|
|
|
# TODO: dymo cups
|
2015-08-17 21:24:37 +00:00
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|