emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vertico 49016ba40c: Update links


From: ELPA Syncer
Subject: [elpa] externals/vertico 49016ba40c: Update links
Date: Tue, 11 Oct 2022 07:59:01 -0400 (EDT)

branch: externals/vertico
commit 49016ba40ce5086343034a3c823b986ac20546a0
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update links
---
 LICENSE                           | 8 ++++----
 README.org                        | 8 ++++----
 extensions/vertico-buffer.el      | 2 +-
 extensions/vertico-directory.el   | 2 +-
 extensions/vertico-flat.el        | 2 +-
 extensions/vertico-grid.el        | 2 +-
 extensions/vertico-indexed.el     | 2 +-
 extensions/vertico-mouse.el       | 2 +-
 extensions/vertico-multiform.el   | 2 +-
 extensions/vertico-quick.el       | 2 +-
 extensions/vertico-repeat.el      | 2 +-
 extensions/vertico-reverse.el     | 2 +-
 extensions/vertico-unobtrusive.el | 2 +-
 vertico.el                        | 2 +-
 14 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/LICENSE b/LICENSE
index 94a9ed024d..f288702d2f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice 
is found.
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an 
"about box".
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you
 may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/README.org b/README.org
index e0a903ff86..f9e065eb6b 100644
--- a/README.org
+++ b/README.org
@@ -7,8 +7,8 @@
 #+texinfo_dir_desc: VERTical Interactive COmpletion.
 
 #+html: <a href="https://www.gnu.org/software/emacs/";><img alt="GNU Emacs" 
src="https://github.com/minad/corfu/blob/screenshots/emacs.svg?raw=true"/></a>
-#+html: <a href="http://elpa.gnu.org/packages/vertico.html";><img alt="GNU 
ELPA" src="https://elpa.gnu.org/packages/vertico.svg"/></a>
-#+html: <a href="http://elpa.gnu.org/devel/vertico.html";><img alt="GNU-devel 
ELPA" src="https://elpa.gnu.org/devel/vertico.svg"/></a>
+#+html: <a href="https://elpa.gnu.org/packages/vertico.html";><img alt="GNU 
ELPA" src="https://elpa.gnu.org/packages/vertico.svg"/></a>
+#+html: <a href="https://elpa.gnu.org/devel/vertico.html";><img alt="GNU-devel 
ELPA" src="https://elpa.gnu.org/devel/vertico.svg"/></a>
 #+html: <img 
src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Vertigomovie_restoration.jpg/800px-Vertigomovie_restoration.jpg";
 align="right" width="30%">
 
 Vertico provides a performant and minimalistic vertical completion UI based on
@@ -59,7 +59,7 @@ binding of =TAB= to ~vertico-insert~ and the bindings of 
~vertico-exit/exit-inpu
 
 * Configuration
 
-Vertico is available from [[http://elpa.gnu.org/packages/vertico.html][GNU 
ELPA]]. You can install it directly via
+Vertico is available from [[https://elpa.gnu.org/packages/vertico.html][GNU 
ELPA]]. You can install it directly via
 ~package-install~. After installation, you can activate the global minor mode 
with
 =M-x vertico-mode=. In order to configure Vertico and other packages in your
 init.el, you may want to take advantage of ~use-package~. Here is an example
@@ -488,7 +488,7 @@ following resources:
 
 * Contributions
 
-Since this package is part of [[http://elpa.gnu.org/packages/vertico.html][GNU 
ELPA]] contributions require a copyright
+Since this package is part of 
[[https://elpa.gnu.org/packages/vertico.html][GNU ELPA]] contributions require 
a copyright
 assignment to the FSF.
 
 * Problematic completion commands
diff --git a/extensions/vertico-buffer.el b/extensions/vertico-buffer.el
index 8b50e8bd66..5a93edca7f 100644
--- a/extensions/vertico-buffer.el
+++ b/extensions/vertico-buffer.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/extensions/vertico-directory.el b/extensions/vertico-directory.el
index edd2a3b5ca..ce9d6edd7b 100644
--- a/extensions/vertico-directory.el
+++ b/extensions/vertico-directory.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/extensions/vertico-flat.el b/extensions/vertico-flat.el
index 659131d97b..2452b2af7a 100644
--- a/extensions/vertico-flat.el
+++ b/extensions/vertico-flat.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/extensions/vertico-grid.el b/extensions/vertico-grid.el
index 815083a019..0fed57089f 100644
--- a/extensions/vertico-grid.el
+++ b/extensions/vertico-grid.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/extensions/vertico-indexed.el b/extensions/vertico-indexed.el
index 515b1438b9..8f18eff6e1 100644
--- a/extensions/vertico-indexed.el
+++ b/extensions/vertico-indexed.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/extensions/vertico-mouse.el b/extensions/vertico-mouse.el
index 2e4c7a3a5d..ad351996a9 100644
--- a/extensions/vertico-mouse.el
+++ b/extensions/vertico-mouse.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/extensions/vertico-multiform.el b/extensions/vertico-multiform.el
index 1324f3ec3c..ddef7edaf2 100644
--- a/extensions/vertico-multiform.el
+++ b/extensions/vertico-multiform.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/extensions/vertico-quick.el b/extensions/vertico-quick.el
index 522ed7dcf2..0132583afb 100644
--- a/extensions/vertico-quick.el
+++ b/extensions/vertico-quick.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/extensions/vertico-repeat.el b/extensions/vertico-repeat.el
index 4754f610d3..38d3cf54bd 100644
--- a/extensions/vertico-repeat.el
+++ b/extensions/vertico-repeat.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/extensions/vertico-reverse.el b/extensions/vertico-reverse.el
index 98cb31c494..bff4884c82 100644
--- a/extensions/vertico-reverse.el
+++ b/extensions/vertico-reverse.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/extensions/vertico-unobtrusive.el 
b/extensions/vertico-unobtrusive.el
index 368e53081a..b5a5dbe991 100644
--- a/extensions/vertico-unobtrusive.el
+++ b/extensions/vertico-unobtrusive.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/vertico.el b/vertico.el
index e5128e680e..ba587c3d2d 100644
--- a/vertico.el
+++ b/vertico.el
@@ -22,7 +22,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]