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" } ]