Skip to content

Commit 5c4f0f5

Browse files
committed
Fix URL header on el files
1 parent 6cb73fb commit 5c4f0f5

9 files changed

+9
-9
lines changed

lsp-dart-dap-devtools.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Version: 1.8
44
;; Keywords: languages, extensions
55
;; Package-Requires: ((emacs "25.2") (lsp-mode "6.0") (dap-mode "0.3") (dash "2.14.1"))
6-
;; URL: https://github.com/emacs-lsp/lsp-dart.el
6+
;; URL: https://emacs-lsp.github.io/lsp-dart
77
;;
88
;; This program is free software; you can redistribute it and/or modify
99
;; it under the terms of the GNU General Public License as published by

lsp-dart-dap.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Version: 1.5
44
;; Keywords: languages, extensions
55
;; Package-Requires: ((emacs "25.2") (lsp-mode "6.0") (dash "2.14.1"))
6-
;; URL: https://github.com/emacs-lsp/lsp-dart.el
6+
;; URL: https://emacs-lsp.github.io/lsp-dart
77
;;
88
;; This program is free software; you can redistribute it and/or modify
99
;; it under the terms of the GNU General Public License as published by

lsp-dart-flutter-colors.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Version: 1.4
44
;; Keywords: languages, extensions
55
;; Package-Requires: ((emacs "25.2"))
6-
;; URL: https://github.com/emacs-lsp/lsp-dart.el
6+
;; URL: https://emacs-lsp.github.io/lsp-dart
77
;;
88
;; This program is free software; you can redistribute it and/or modify
99
;; it under the terms of the GNU General Public License as published by

lsp-dart-flutter-daemon.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Version: 1.8
44
;; Keywords: languages, extensions
55
;; Package-Requires: ((emacs "25.2") (lsp-mode "6.0") (dash "2.14.1"))
6-
;; URL: https://github.com/emacs-lsp/lsp-dart.el
6+
;; URL: https://emacs-lsp.github.io/lsp-dart
77
;;
88
;; This program is free software; you can redistribute it and/or modify
99
;; it under the terms of the GNU General Public License as published by

lsp-dart-flutter-fringe.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Version: 1.4
44
;; Keywords: languages, extensions
55
;; Package-Requires: ((emacs "25.2") (lsp-mode "6.0") (dash "2.14.1"))
6-
;; URL: https://github.com/emacs-lsp/lsp-dart.el
6+
;; URL: https://emacs-lsp.github.io/lsp-dart
77
;;
88
;; This program is free software; you can redistribute it and/or modify
99
;; it under the terms of the GNU General Public License as published by

lsp-dart-flutter-widget-guide.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Version: 1.6
44
;; Keywords: languages, extensions
55
;; Package-Requires: ((emacs "25.2") (lsp-mode "6.0") (ht "2.0") (dash "2.14.1"))
6-
;; URL: https://github.com/emacs-lsp/lsp-dart.el
6+
;; URL: https://emacs-lsp.github.io/lsp-dart
77
;;
88
;; This program is free software; you can redistribute it and/or modify
99
;; it under the terms of the GNU General Public License as published by

lsp-dart-project.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Version: 1.3
44
;; Keywords: languages, extensions
55
;; Package-Requires: ((emacs "25.2") (dash "2.14.1"))
6-
;; URL: https://github.com/emacs-lsp/lsp-dart.el
6+
;; URL: https://emacs-lsp.github.io/lsp-dart
77
;;
88
;; This program is free software; you can redistribute it and/or modify
99
;; it under the terms of the GNU General Public License as published by

lsp-dart-test-support.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Version: 1.3
44
;; Keywords: languages, extensions
55
;; Package-Requires: ((emacs "25.2") (lsp-mode "6.0") (dash "2.14.1"))
6-
;; URL: https://github.com/emacs-lsp/lsp-dart.el
6+
;; URL: https://emacs-lsp.github.io/lsp-dart
77
;;
88
;; This program is free software; you can redistribute it and/or modify
99
;; it under the terms of the GNU General Public License as published by

lsp-dart.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Version: 1.9.0
44
;; Package-Requires: ((emacs "25.2") (lsp-treemacs "0.1") (lsp-mode "6.0") (dap-mode "0.3") (ht "2.0") (f "0.20.0") (dash "2.14.1") (pkg-info "0.4") (dart-mode "1.0.5"))
55
;; Keywords: languages, extensions
6-
;; URL: https://github.com/emacs-lsp/lsp-dart.el
6+
;; URL: https://emacs-lsp.github.io/lsp-dart
77

88
;; This program is free software; you can redistribute it and/or modify
99
;; it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)