summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/urlwatch.nix
diff options
context:
space:
mode:
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
+
+ ];
+ };
+}
+