Skip to content

Commit 9043e1a

Browse files
committed
Replace old repository path
The repository was moved from GDQuest to godotengine on GitHub.
1 parent 16c631c commit 9043e1a

21 files changed

+22
-22
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@ Add the call to use-package to your Emacs configuration:
148148
:straight (gdscript-mode
149149
:type git
150150
:host github
151-
:repo "GDQuest/emacs-gdscript-mode"))
151+
:repo "godotengine/emacs-gdscript-mode"))
152152
```
153153

154154
### Installing manually
155155

156-
1. Clone the repository or download a [stable release](https://github.com/GDQuest/emacs-gdscript-mode/releases) to your computer.
156+
1. Clone the repository or download a [stable release](https://github.com/godotengine/emacs-gdscript-mode/releases) to your computer.
157157
1. In your init.el file, add a call to load and require the package.
158158

159159
```elisp

gdscript-comint-gdformat.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest and contributors
44
;;
55
;; Author: Josef Vlach <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 1.0.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-comint.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest and contributors
44
;;
55
;; Author: Josef Vlach <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 1.0.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-completion.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest
44

55
;; Author: Nathan Lovato <[email protected]>, Fabián E. Gallina <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 0.1.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-customization.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest
44

55
;; Author: Nathan Lovato <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 0.1.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-debug.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest
44

55
;; Author: Josef Vlach <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 0.0.1
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-docs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest and contributors
44
;;
55
;; Author: Josef Vlach <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 1.0.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-fill-paragraph.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest
44

55
;; Author: Nathan Lovato <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 0.1.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-format.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest, Pawel Lampe
44

55
;; Author: Pawel Lampe <[email protected]>, Nathan Lovato <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 1.0.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-godot.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest and contributors
44
;;
55
;; Author: Franco Eusébio Garcia <[email protected]>, Nathan Lovato <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 1.0.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-history.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest and contributors
44
;;
55
;; Author: Josef Vlach <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 1.0.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-hydra.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest and contributors
44
;;
55
;; Author: Josef Vlach <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 1.0.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-imenu.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest
44

55
;; Author: Nathan Lovato <[email protected]>, Fabián E. Gallina <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 1.0.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-indent-and-nav.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest
44

55
;; Author: Nathan Lovato <[email protected]>, Fabián E. Gallina <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 1.0.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-keywords.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest
44

55
;; Author: Nathan Lovato <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 0.1.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest
44

55
;; Author: Nathan Lovato <[email protected]>, Fabián E. Gallina <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 0.1.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-project.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest and contributors
44
;;
55
;; Author: Josef Vlach <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 1.0.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-rx.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest
44

55
;; Author: Nathan Lovato <[email protected]>, Fabián E. Gallina <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 1.0.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-syntax.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest
44

55
;; Author: Nathan Lovato <[email protected]>, Fabián E. Gallina <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 1.0.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-tests.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest and contributors
44
;;
55
;; Author: Josef Vlach <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 1.0.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

gdscript-utils.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 GDQuest
44

55
;; Author: Nathan Lovato <[email protected]>, Fabián E. Gallina <[email protected]>
6-
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
6+
;; URL: https://github.com/godotengine/emacs-gdscript-mode/
77
;; Version: 0.1.0
88
;; Package-Requires: ((emacs "26.3"))
99
;; Maintainer: [email protected]

0 commit comments

Comments
 (0)