aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@bordeaux-inp.fr>2024-11-02 19:27:32 +0100
committerTristan Riehs <tristan.riehs@bordeaux-inp.fr>2024-11-02 19:27:32 +0100
commitea2c6d0e6af7b15a5eb5bd0f9fceff5169aae348 (patch)
tree5f86782b880de32c9e9674cff326ba3178c29b4c
parent0e193945a4d6dc9b0915585f375642d1eedfed49 (diff)
Fix Git repository URL in READMEHEADmaster
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 15e8fe7..0da25d6 100644
--- a/README.org
+++ b/README.org
@@ -30,5 +30,5 @@ Get the sources at https://tristanriehs.fr/git/edit-config, and load =edit-confi
#+begin_src emacs-lisp
(straight-use-package 'edit-config
- :repo "https://tristanriehs.fr/git/edit-config.git")
+ :repo "https://tristanriehs.fr/git/edit-config")
#+end_src