From f155dc4880e091004881c63ab7630402a4bd59b6 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Thu, 3 Nov 2016 09:02:42 -0500 Subject: [PATCH] Added Daily Notifier tool. --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index d8b540d..4f33f24 100644 --- a/packages.json +++ b/packages.json @@ -75,5 +75,17 @@ "description": "Utility methods to fill in the horrid time support in Nim's stdlib. This is holding me over until I can write a proper time module for the stdlib and submit it.", "license": "BSD3", "web": "http://git.jdb-labs.com/jdb/nim-time-utils" + }, + { + "name": "daily_notifier", + "url": "http://git.jdb-labs.com/jdb/daily-notifier.git", + "method": "git", + "tags": [ + "commandline", + "daemon" + ], + "description": "Little programs that read my daily plan, publish them, and notifiy me of upcoming events.", + "license": "BSD3", + "web": "http://git.jdb-labs.com/jdb/daily-notifier" } ]