Skip to content

Commit

Permalink
Add contibutors names
Browse files Browse the repository at this point in the history
  • Loading branch information
elacheche committed Dec 23, 2020
1 parent 9928d91 commit 23ddff2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
''pip install docker' to do that".format(error))
sys.exit(1)

__author__ = 'El Acheche Anis'
__author__ = 'El Acheche Anis aka elacheche'
__contributors__ = ['Renato Covarrubias aka rnt', 'yulius-fxpal', 'Markus W. aka markwell-ch']
__license__ = 'GPLv3'
__version__ = '2020-12-22'
__version__ = '2020-12-23'


def get_ct_stats(container):
Expand Down

0 comments on commit 23ddff2

Please sign in to comment.