From 350af5da2e8d0a1d94610818da7ba3ca0e1fd7c1 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sat, 4 Jan 2020 16:52:47 +1300 Subject: [PATCH] chore: Encode character as UTF-8 (Closes #1385) Signed-off-by: Richie Bendall --- users/perun.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/perun.json b/users/perun.json index f8760be7..69c51cf3 100644 --- a/users/perun.json +++ b/users/perun.json @@ -1,9 +1,9 @@ { - "copyright": "Chair of Applied Cryptography, Technische Universität Darmstadt, Germany", + "copyright": "Chair of Applied Cryptography, Technische Universität Darmstadt, Germany", "url": "https://perun.network", "email": "info@perun.network", "format": "html", "license": "mit", "theme": "default", "gravatar": false -} \ No newline at end of file +}