Skip to content

Commit

Permalink
specify scm and issue management links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhir Nimavat committed Aug 9, 2013
1 parent 07a9bcd commit 0f39139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FacebookCommentsGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ class FacebookCommentsGrailsPlugin {
def authorEmail = "sudhir@nimavat.me"
def description = "Easy Facebook Comments Integration"

def documentation = "http://grails.org/plugin/facebook-comments"
def documentation = "https://github.com/snimavat/grails-facebook-comments"
def license = "APACHE"

def issueManagement = [ system: "GITHUB", url: "https://github.com/snimavat/nimble/issues" ]
def scm = [system: 'GitHub', url: 'https://github.com/snimavat/nimble']
def issueManagement = [ system: "GITHUB", url: "https://github.com/snimavat/grails-facebook-comments/issues" ]
def scm = [system: 'GitHub', url: 'https://github.com/snimavat/grails-facebook-comments']
}

0 comments on commit 0f39139

Please sign in to comment.