diff options
author | lassulus <lassulus@lassul.us> | 2017-07-03 00:02:34 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-03 00:02:34 +0200 |
commit | c30e1fbc74c050386a82d1050ecc77b44401df6b (patch) | |
tree | c7d29147fe0387e9618c16838ab4bd3a0fcbfbd3 /makefu/2configs/urlwatch.nix | |
parent | d5aca8696caeac6d88923e1f668af213abc987fa (diff) | |
parent | 5f3bece0d647f65c2354ae0944a50d775a3b488e (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/urlwatch.nix')
-rw-r--r-- | makefu/2configs/urlwatch.nix | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/makefu/2configs/urlwatch.nix b/makefu/2configs/urlwatch.nix deleted file mode 100644 index 9493b2b7b..000000000 --- a/makefu/2configs/urlwatch.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ 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 - ]; - }; -} - |