summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2016-09-06 11:48:10 +0600
committerDaniil Baturin <daniil@baturin.org>2016-09-06 11:48:10 +0600
commit33f17450715c9ece68f75565d971d21fe8e501a6 (patch)
treed1b31a3f3e1748145b3b241a20753d36c6d099db
parent64882add57a609468e373a2b384d11d06067469f (diff)
downloadpython-vyos-mgmt-33f17450715c9ece68f75565d971d21fe8e501a6.tar.gz
python-vyos-mgmt-33f17450715c9ece68f75565d971d21fe8e501a6.zip
Add credits section to the README.
-rwxr-xr-xREADME.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index bcf3859..4676c25 100755
--- a/README.md
+++ b/README.md
@@ -79,5 +79,7 @@ be recovered from easily (just wait a bit and retry).
By default, exit() will not let you exit and will raise a VyOSError is there are uncommited or unsaved changes.
You can override it with exit(force=True).
+## Credits
-
+This library was originally written by Hochikong (hochikong@foxmail.com (preferred), or michellehzg@gmail.com),
+and is now maintained by the VyOS project.