Skip to content

Commit 0f39139

Browse files
author
Sudhir Nimavat
committed
specify scm and issue management links
1 parent 07a9bcd commit 0f39139

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FacebookCommentsGrailsPlugin.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ class FacebookCommentsGrailsPlugin {
66
def authorEmail = "sudhir@nimavat.me"
77
def description = "Easy Facebook Comments Integration"
88

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

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

0 commit comments

Comments
 (0)