Skip to content

Commit

Permalink
Fix URL in META.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoslot committed Sep 11, 2016
1 parent ab8a376 commit 51d3b6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg_cron",
"abstract": "Periodic background job scheduler for PostgreSQL",
"abstract": "Periodic job scheduler for PostgreSQL",
"description": "Sets up a background worker that periodically runs queries in the background",
"version": "0.1",
"maintainer": "\"Marco Slot\" <[email protected]>",
Expand All @@ -26,20 +26,20 @@
"resources": {
"homepage": "https://citusdata.com/",
"bugtracker": {
"web": "https://github.com/marcocitus/pg_cron/issues",
"web": "https://github.com/citusdata/pg_cron/issues",
"mailto": "[email protected]"
},
"repository": {
"url": "git://github.com/marcocitus/pg_cron.git",
"web": "https://github.com/marcocitus/pg_cron",
"url": "git://github.com/citusdata/pg_cron.git",
"web": "https://github.com/citusdata/pg_cron",
"type": "git"
}
},

"generated_by": "\"Marco Slot\" <[email protected]>",

"tags": [
"cluster"
"cron", "background worker"
],

"meta-spec": {
Expand Down

0 comments on commit 51d3b6d

Please sign in to comment.