File tree Expand file tree Collapse file tree 3 files changed +39
-1
lines changed
Expand file tree Collapse file tree 3 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 1+ Alex Simenduev <shamil.si@gmail.com>
2+ Ashton Davis <contact@adavis.me>
3+ Asif Shaikh <ripclawffb@users.noreply.github.com>
4+ Cosmo Petrich <cosmopetrich@users.noreply.github.com>
5+ doomnuggets <doomnuggets@users.noreply.github.com>
6+ Gerold Katzinger <gerold@katzinger.info>
7+ Henrik Thostrup Jensen <thostrup@gmail.com>
8+ James Glenn <thedonkdonk@gmail.com>
9+ Jessica <mxjessie@users.noreply.github.com>
10+ Joshua Spence <josh@joshuaspence.com>
11+ Joshua-Snapp <jksnapp@gmail.com>
12+ Karolis Labrencis <karolis@labrencis.lt>
13+ Luke Swithenbank <swithenbank.luke@gmail.com>
14+ Mark McKinstry <mmckinst@users.noreply.github.com>
15+ Maxime Devalland <maxime@devalland.com>
16+ Mohammed Naser <mnaser@vexxhost.com>
17+ nexecook <ecook@nexcess.net>
18+ Nick Jones <nick.jones@datacentred.co.uk>
19+ Simon <spjmurray@yahoo.co.uk>
20+ Stuart Fox <sfox@xmatters.com>
21+ Stuart Fox <stuart@1000-clouds.ca>
22+ Sébastien <sebastien.nahelou@gmail.com>
23+ Tomas Barton <barton.tomas@gmail.com>
Original file line number Diff line number Diff line change 11{
22 "name" : " datacentred-telegraf" ,
3- "version" : " 1.4 .0" ,
3+ "version" : " 1.5 .0" ,
44 "author" : " DataCentred Ltd" ,
55 "summary" : " Configuration and management of InfluxData's Telegraf metrics collection agent" ,
66 "license" : " GPL-3.0" ,
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+ set -e
3+
4+ cd " $( dirname " $( readlink -f " $BASH_SOURCE " ) " ) /.."
5+
6+ # see also ".mailmap" for how email addresses and names are deduplicated
7+
8+ {
9+ cat << -'EOH '
10+ # This file lists all individuals having contributed content to the repository.
11+ # For how it is generated, see `scripts/generate-authors.sh`.
12+ EOH
13+ echo
14+ git log --format=' %aN <%aE>' | LC_ALL=C.UTF-8 sort -uf
15+ } > AUTHORS
You can’t perform that action at this time.
0 commit comments