[PATCH] fix git URL in HACKING.md

Michael Trapp michael.trapp at sap.com
Tue Jul 25 12:17:56 UTC 2023


---
 HACKING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/HACKING.md b/HACKING.md
index d6cee62..6e5186f 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -3,11 +3,11 @@ SCM
 
  - anonymous checkouts
 
-   `$ git clone git://git.freedesktop.org/git/PolicyKit.git`
+   `$ git clone git://git.freedesktop.org/git/polkit.git`
 
  - checkouts if you got an ssh account on fd.o (username@ is optional)
 
-   `$ git clone ssh://[username@]git.freedesktop.org/git/PolicyKit.git`
+   `$ git clone ssh://[username@]git.freedesktop.org/git/polkit.git`
 
  - commit to local repository
 
-- 
2.35.3



More information about the polkit-devel mailing list