Hi there, Please consider applying these three patches (in attachment) that provide very minor corrections in the README's of three different repositories (libgnunetchat, messenger-cli and messenger-gtk).
Best regards, -- Marcos Marado
From 7142d23c063a5cf1ba70c83d569defca764cfb4b Mon Sep 17 00:00:00 2001 From: Marcos Marado <mindboosterno...@gmail.com> Date: Sun, 8 Aug 2021 19:03:48 +0100 Subject: [PATCH] README: standardize the library name The repository and the .so file are called 'libgnunetchat', the two other projects that depend on it are also calling it that, instead of 'libgnunet-chat', so this patch replaces the reference to 'libgnunet-chat' in the README into 'libgnunetchat'. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e35f132..3e120ca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# libgnunet-chat +# libgnunetchat -A client-side library for applications to use the Messenger service of GNUnet \ No newline at end of file +A client-side library for applications to use the Messenger service of GNUnet. -- 2.25.1
From 3557a74e47cff6dbd6497cf789894aedab23a386 Mon Sep 17 00:00:00 2001 From: Marcos Marado <mindboosterno...@gmail.com> Date: Sun, 8 Aug 2021 18:54:05 +0100 Subject: [PATCH] README: point to the official libgnunetchat URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f4b261..7057794 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ A CLI for the Messenger service of GNUnet. ## (Planned) Dependencies - [gnunet](https://git.gnunet.org/gnunet.git/) - - [libgnunetchat](https://gitlab.com/gnunet-messenger/libgnunet-chat) + - [libgnunetchat](https://git.gnunet.org/libgnunetchat.git/) - [ncurses](https://www.gnu.org/software/ncurses/) -- 2.25.1
From ce422e7778955076bc35e7b4fa286f48b7f93a45 Mon Sep 17 00:00:00 2001 From: Marcos Marado <mindboosterno...@gmail.com> Date: Sun, 8 Aug 2021 18:57:25 +0100 Subject: [PATCH] README: point to the official libgnunetchat URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf141f7..a35b6e5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A GTK based GUI for the Messenger service of GNUnet. ## (Planned) Dependencies - [gnunet](https://git.gnunet.org/gnunet.git/) - - [libgnunetchat](https://gitlab.com/gnunet-messenger/libgnunet-chat) + - [libgnunetchat](https://git.gnunet.org/libgnunetchat.git/) - [gtk3](https://gitlab.gnome.org/GNOME/gtk) - [libhandy](https://gitlab.gnome.org/GNOME/libhandy/) - [libnotify](https://gitlab.gnome.org/GNOME/libnotify) -- 2.25.1