diff options
| author | Paul Eggert | 2023-02-04 14:24:37 -0800 |
|---|---|---|
| committer | Paul Eggert | 2023-02-04 15:14:15 -0800 |
| commit | 7e1c7db1cb5a33a66115bb767224bdc79a257266 (patch) | |
| tree | b580887ed75c082575572d01feda3cbbce2cfcc0 /admin | |
| parent | c39c26e33f6bb45479bbd1a80df8c97cf750a56a (diff) | |
| download | emacs-7e1c7db1cb5a33a66115bb767224bdc79a257266.tar.gz emacs-7e1c7db1cb5a33a66115bb767224bdc79a257266.zip | |
Prefer https: to git: URIs
Prefer https: to git: URIs on Savannah.
The idea is to avoid some adversary-in-the-middle attacks
on developers.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/MAINTAINERS | 4 | ||||
| -rwxr-xr-x | admin/merge-gnulib | 2 | ||||
| -rw-r--r-- | admin/notes/elpa | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS index 6e080d1f5bb..1273e9a976b 100644 --- a/admin/MAINTAINERS +++ b/admin/MAINTAINERS | |||
| @@ -294,7 +294,7 @@ Po Lu | |||
| 294 | 294 | ||
| 295 | Tramp | 295 | Tramp |
| 296 | Maintainer: Michael Albinus | 296 | Maintainer: Michael Albinus |
| 297 | Repository: git://git.savannah.gnu.org/tramp.git | 297 | Repository: https://git.savannah.gnu.org/git/tramp.git |
| 298 | Mailing List: tramp-devel@gnu.org | 298 | Mailing List: tramp-devel@gnu.org |
| 299 | Bug Reports: M-x tramp-bug | 299 | Bug Reports: M-x tramp-bug |
| 300 | Notes: For backward compatibility requirements, see | 300 | Notes: For backward compatibility requirements, see |
| @@ -316,7 +316,7 @@ Modus themes | |||
| 316 | Org Mode | 316 | Org Mode |
| 317 | Home Page: https://orgmode.org/ | 317 | Home Page: https://orgmode.org/ |
| 318 | Maintainer: Org Mode developers | 318 | Maintainer: Org Mode developers |
| 319 | Repository: git://git.sv.gnu.org/emacs/org-mode.git | 319 | Repository: https://git.savannah.gnu.org/git/emacs/org-mode.git |
| 320 | Mailing list: emacs-orgmode@gnu.org | 320 | Mailing list: emacs-orgmode@gnu.org |
| 321 | Bug Reports: M-x org-submit-bug-report | 321 | Bug Reports: M-x org-submit-bug-report |
| 322 | Notes: Org Mode is maintained as a separate project that is | 322 | Notes: Org Mode is maintained as a separate project that is |
diff --git a/admin/merge-gnulib b/admin/merge-gnulib index f47c5e6e8d4..7f4b6678a94 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | 23 | ||
| 24 | # written by Paul Eggert | 24 | # written by Paul Eggert |
| 25 | 25 | ||
| 26 | GNULIB_URL=git://git.savannah.gnu.org/gnulib.git | 26 | GNULIB_URL=https://git.savannah.gnu.org/git/gnulib.git |
| 27 | 27 | ||
| 28 | GNULIB_MODULES=' | 28 | GNULIB_MODULES=' |
| 29 | alloca-opt binary-io byteswap c-ctype c-strcase | 29 | alloca-opt binary-io byteswap c-ctype c-strcase |
diff --git a/admin/notes/elpa b/admin/notes/elpa index 1e9e7a9f52b..afcda71d1dd 100644 --- a/admin/notes/elpa +++ b/admin/notes/elpa | |||
| @@ -3,7 +3,7 @@ NOTES ON THE EMACS PACKAGE ARCHIVE | |||
| 3 | The GNU Emacs package archive, at elpa.gnu.org, is managed using a Git | 3 | The GNU Emacs package archive, at elpa.gnu.org, is managed using a Git |
| 4 | repository named "elpa", hosted on Savannah. To check it out: | 4 | repository named "elpa", hosted on Savannah. To check it out: |
| 5 | 5 | ||
| 6 | git clone git://git.sv.gnu.org/emacs/elpa | 6 | git clone https://git.savannah.gnu.org/git/emacs/elpa |
| 7 | cd elpa | 7 | cd elpa |
| 8 | make setup | 8 | make setup |
| 9 | 9 | ||