Skip to content

Commit

Permalink
HTTPS Everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Mar 18, 2020
1 parent bf90ba9 commit d4d9be5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ help: .title
@echo ' $(CASK): $(if $(HAVE_CASK),yes,no)'
@echo ''
@echo 'You need $(CASK) to develop and test Esup.'
@echo 'See http://cask.readthedocs.io/ for more.'
@echo 'See https://cask.readthedocs.io/ for more.'
@echo ''
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ of Emacs, but this is NOT guaranteed. Bug reports for problems related to using
Esup with older versions of Emacs will most like not be addressed.

The master of all the material is the Git repository at
http://github.com/jschaf/esup .
https://github.com/jschaf/esup .

NOTE: The `master` branch will always contain the latest _unstable_ version. If
you wish to check older versions or formal, tagged release, please switch to the
Expand Down Expand Up @@ -170,11 +170,11 @@ make test

[actions badge]: https://github.com/jschaf/esup/workflows/build/badge.svg
[actions link]: https://github.com/jschaf/esup/actions
[melpa badge]: http://melpa.org/packages/esup-badge.svg
[melpa link]: http://melpa.org/#/esup
[melpa badge]: https://melpa.org/packages/esup-badge.svg
[melpa link]: https://melpa.org/#/esup
[melpa-s badge]: https://stable.melpa.org/packages/esup-badge.svg
[melpa-s link]: https://stable.melpa.org/#/esup
[esup tags]: http://github.com/jschaf/esup/tags
[esup tags]: https://github.com/jschaf/esup/tags
[melpa help]: https://melpa.org/#/getting-started
[cask]: https://cask.github.io
[ccov badge]: https://codecov.io/gh/jschaf/esup/branch/master/graph/badge.svg
Expand Down
2 changes: 1 addition & 1 deletion esup-child.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Joe Schafer <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
;; Version: 0.7.1
;; URL: http://github.com/jschaf/esup
;; URL: https://github.com/jschaf/esup
;; Keywords: convenience, processes
;; Package-Requires: ((cl-lib "0.5") (emacs "25"))

Expand Down
2 changes: 1 addition & 1 deletion esup.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Joe Schafer <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
;; Version: 0.7.1
;; URL: http://github.com/jschaf/esup
;; URL: https://github.com/jschaf/esup
;; Keywords: convenience, processes
;; Package-Requires: ((cl-lib "0.5") (emacs "25"))

Expand Down
2 changes: 1 addition & 1 deletion test/test-esup.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Joe Schafer <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
;; Version: 0.7.1
;; URL: http://github.com/jschaf/esup
;; URL: https://github.com/jschaf/esup

;; This file is NOT part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion test/test-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Joe Schafer <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
;; Version: 0.7.1
;; URL: http://github.com/jschaf/esup
;; URL: https://github.com/jschaf/esup

;; This file is NOT part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion test/utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Joe Schafer <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
;; Version: 0.7.1
;; URL: http://github.com/jschaf/esup
;; URL: https://github.com/jschaf/esup

;; This file is NOT part of GNU Emacs.

Expand Down

0 comments on commit d4d9be5

Please sign in to comment.