From fa68f3528d50a65d9babf6845779be038783fde0 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Wed, 27 Jun 2018 14:24:22 +0200 Subject: examples/ncclient: use ncclient repo instead of fork There is no need for using fork after support for was merged: https://github.com/ncclient/ncclient/pull/232 Change-Id: I0bd4a1ce6c4263228771ae3a74e298640a0c2a40 Signed-off-by: Marek Gradzki (cherry picked from commit a6ad368785d2584bd6b505c3f39461f9517212c8) --- examples/ncclient/Readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ncclient/Readme.txt b/examples/ncclient/Readme.txt index 6639cf815..1a89d9226 100644 --- a/examples/ncclient/Readme.txt +++ b/examples/ncclient/Readme.txt @@ -33,7 +33,7 @@ c) (optional) build honeycomb package ./packaging/deb/xenial/debuild.sh 4) Build ncclient -git clone -b honeycomb https://github.com/marekgr/ncclient.git +https://github.com/ncclient/ncclient.git cd ncclient sudo python setup.py install -- cgit 1.2.3-korg