summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/urlwatch.nix
blob: 9493b2b7ba467f9f1c8b781e166252df76c79d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{ config, lib, ... }:

{
  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
      https://api.github.com/repos/Mic92/vicious/tags
      https://pypi.python.org/simple/bepasty/
      https://pypi.python.org/simple/xstatic/
      http://guest:derpi@cvs2svn.tigris.org/svn/cvs2svn/tags/
      http://ftp.debian.org/debian/pool/main/a/apt-cacher-ng/
      https://github.com/amadvance/snapraid/releases.atom
      https://erdgeist.org/gitweb/opentracker/info/refs?service=git-upload-pack
      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
      https://api.github.com/repos/radare/radare2/tags
      https://api.github.com/repos/rapid7/metasploit-framework/tags
    ];
  };
}