Skip to content

Commit d3d3af8

Browse files
vemvkommen
authored andcommitted
Replace http -> https everywhere (#655)
1 parent c6dfba9 commit d3d3af8

16 files changed

+18
-18
lines changed

clojure-mode-bytecomp-warnings.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;; GNU General Public License for more details.
1414

1515
;; You should have received a copy of the GNU General Public License
16-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1717

1818
;; This file is not part of GNU Emacs.
1919

clojure-mode-convert-collection-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; GNU General Public License for more details.
1616

1717
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
2121

clojure-mode-cycling-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; GNU General Public License for more details.
1616

1717
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
2121

clojure-mode-external-interaction-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; GNU General Public License for more details.
1616

1717
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Code:
2121

clojure-mode-font-lock-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
;; GNU General Public License for more details.
1717

1818
;; You should have received a copy of the GNU General Public License
19-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

2121
;;; Commentary:
2222

clojure-mode-indentation-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; GNU General Public License for more details.
1616

1717
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
2121

clojure-mode-promote-fn-literal-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;; GNU General Public License for more details.
1414

1515
;; You should have received a copy of the GNU General Public License
16-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1717

1818
;;; Commentary:
1919

clojure-mode-refactor-add-arity-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;; GNU General Public License for more details.
1414

1515
;; You should have received a copy of the GNU General Public License
16-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1717

1818

1919
;;; Commentary:

clojure-mode-refactor-let-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; GNU General Public License for more details.
1616

1717
;; You should have received a copy of the GNU General Public License
18-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
;;; Commentary:
2121

clojure-mode-refactor-rename-ns-alias-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;; GNU General Public License for more details.
1414

1515
;; You should have received a copy of the GNU General Public License
16-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
1717

1818

1919
;;; Commentary:

0 commit comments

Comments
 (0)