Skip to content

Commit

Permalink
Added a link to the Tehuti mailing list.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixGV committed Jan 30, 2015
1 parent da55e8b commit a286c5b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@

Tehuti is a simple metrics library providing statistical measurement, reporting and quota functionalities.

Please subscribe to the [mailing list](https://groups.google.com/forum/#!forum/tehuti) to ask questions or discuss development.

## Build

$ git clone git@github.com:tehuti-io/tehuti.git
Expand Down
14 changes: 14 additions & 0 deletions build.gradle
Expand Up @@ -60,6 +60,20 @@ if (project.hasProperty("signing.enabled") && project.property("signing.enabled"
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}

mailingLists {
mailingList {
name 'Tehuti mailing List'
subscribe 'https://groups.google.com/forum/#!forum/tehuti'
post 'tehuti@googlegroups.com'
archive 'https://groups.google.com/forum/#!forum/tehuti'
}
}

issueManagement{
system 'GitHub'
url 'https://github.com/tehuti-io/tehuti/issues'
}

developers {
developer {
Expand Down

0 comments on commit a286c5b

Please sign in to comment.