Skip to content

Commit ce0635b

Browse files
- changed issue managment URL to Github
1 parent 0b9f1bd commit ce0635b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitcheckGrailsPlugin.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Provides the ability to check Git respoitory status, e.g. uncommited files, miss
3232
// def developers = [ [ name: "Joe Bloggs", email: "joe@bloggs.net" ]]
3333

3434
// Location of the plugin's issue tracker.
35-
def issueManagement = [ system: "JIRA", url: "http://jira.grails.org/browse/GRAILSPLUGINS" ]
35+
def issueManagement = [ system: "Github", url: "https://github.com/robertoschwald/grails-gitcheck/issues" ]
3636

3737
// Online location of the plugin's browseable source code.
3838
def scm = [ url: "https://github.com/robertoschwald/grails-gitcheck" ]

0 commit comments

Comments
 (0)