From 2d5c64cdd374c62b5668d76804824a5eee3f6bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Thu, 23 Aug 2018 18:37:54 +0100 Subject: [PATCH] Fix blankhost entry. --- package-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-list.json b/package-list.json index 51b8eae..7188742 100644 --- a/package-list.json +++ b/package-list.json @@ -10,7 +10,7 @@ "Libp2p", ["libp2p/go-libp2p", "go-libp2p", "go-libp2p entry point"], ["libp2p/go-libp2p-host", "go-libp2p-host", "libp2p \"host\" interface"], - ["libp2p/go-libp2p-blankhost", "minimal implementation of the \"host\" interface"], + ["libp2p/go-libp2p-blankhost", "go-libp2p-blankhost", "minimal implementation of the \"host\" interface"], "Network", ["libp2p/go-libp2p-net", "go-libp2p-net", "libp2p connection and \"network\" interfaces"], @@ -100,4 +100,4 @@ ["libp2p/go-libp2p-circuit-progs", "go-libp2p-circuit-progs", "testing programs for go-libp2p-circuit"] ] -} \ No newline at end of file +} -- GitLab