diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-09-01 00:50:32 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-09-01 00:50:32 -0400 |
commit | 89caed9a05a9a18a21c312163b971795253678ac (patch) | |
tree | ab0f1427723184884243cf2d7f870ba9cd1d0109 /snakemake-mode.el | |
parent | a5f868f79d98424d59c84b17178a9356254a9504 (diff) | |
download | snakemake-mode-89caed9a05a9a18a21c312163b971795253678ac.tar.gz |
Prefer https links
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r-- | snakemake-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el index f1e89d8..2631693 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -19,7 +19,7 @@ ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: |