Skip to content

Commit 23ddff2

Browse files
committed
Add contibutors names
1 parent 9928d91 commit 23ddff2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker_check.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
''pip install docker' to do that".format(error))
2525
sys.exit(1)
2626

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

3132

3233
def get_ct_stats(container):

0 commit comments

Comments
 (0)