branch: elpa/evil-emacs-cursor-model-mode
commit fe4409220e0b812bfefcd8403a182ac6945cd34d
Author: maxfriis <[email protected]>
Commit: GitHub <[email protected]>
Fixed typo in license link
---
evil-emacs-cursor-model-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/evil-emacs-cursor-model-mode.el b/evil-emacs-cursor-model-mode.el
index 0bba77ff29..bb72935b6c 100644
--- a/evil-emacs-cursor-model-mode.el
+++ b/evil-emacs-cursor-model-mode.el
@@ -4,7 +4,7 @@
;;; License:
;; ============================================================================
;; Creative Commons Attribution-ShareAlike 4.0 International License
-;; [[https://creativecommons.org/licenses/by-a/4.0/]]
+;; [[https://creativecommons.org/licenses/by-sa/4.0/]]
;; A special thanks to Toby Cubitt who coded the motions in the cursor model.
;; Peter Friis Jensen made it a mode and swapped some keybindings.