summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/urlwatch.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-08-23 16:53:38 +0200
committerlassulus <lass@aidsballs.de>2015-08-23 16:53:38 +0200
commit65a2d75b140e7eca79a8084ef331b1d4db8f07f5 (patch)
tree0d1cd09fe24c1eacaf550859a44ab1fa1d686e0e /makefu/2configs/urlwatch.nix
parent8247a5a618d6b0fc3688077fe36508b8bf88dcc3 (diff)
parentdce1ad91445297ecc122f968a12339438eabaa63 (diff)
Merge branch 'makefu'
Diffstat (limited to 'makefu/2configs/urlwatch.nix')
-rw-r--r--makefu/2configs/urlwatch.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/makefu/2configs/urlwatch.nix b/makefu/2configs/urlwatch.nix
new file mode 100644
index 00000000..933cb93c
--- /dev/null
+++ b/makefu/2configs/urlwatch.nix
@@ -0,0 +1,17 @@
+{ config, ... }:
+
+{
+ 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
+
+ ];
+ };
+}
+