We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9f1bd commit ce0635bCopy full SHA for ce0635b
GitcheckGrailsPlugin.groovy
@@ -32,7 +32,7 @@ Provides the ability to check Git respoitory status, e.g. uncommited files, miss
32
// def developers = [ [ name: "Joe Bloggs", email: "joe@bloggs.net" ]]
33
34
// Location of the plugin's issue tracker.
35
- def issueManagement = [ system: "JIRA", url: "http://jira.grails.org/browse/GRAILSPLUGINS" ]
+ def issueManagement = [ system: "Github", url: "https://github.com/robertoschwald/grails-gitcheck/issues" ]
36
37
// Online location of the plugin's browseable source code.
38
def scm = [ url: "https://github.com/robertoschwald/grails-gitcheck" ]
0 commit comments