From b3a89d90b3622b7060eda511b7c66e5b2f2ab3a2 Mon Sep 17 00:00:00 2001 From: Tamado Sitohang Date: Sat, 25 Sep 2021 12:13:19 +0700 Subject: [PATCH] Fix git URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 054732a..50b3d96 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ As of GNOME 41, the dbus method `Eval()` is now restricted with `MetaContext:uns ## Installation ```sh -git clone git://github.com/ramottamado.dev/eval-gjs.git +git clone git://github.com/ramottamado/eval-gjs.git cd eval-gjs make install ```