aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-06-09 19:35:29 +0200
committerMichał Górny <mgorny@gentoo.org>2019-06-09 19:35:29 +0200
commitf0c5ef93e88572d16a5251a2c7a67366a735a766 (patch)
treef473198cb113baa2e523c2c616d134e5983dc53b /plugin
parentmake.conf: Update arch list (diff)
downloadgentoo-syntax-f0c5ef93e88572d16a5251a2c7a67366a735a766.tar.gz
gentoo-syntax-f0c5ef93e88572d16a5251a2c7a67366a735a766.tar.bz2
gentoo-syntax-f0c5ef93e88572d16a5251a2c7a67366a735a766.zip
newglep: Use https:// for CC license URLgentoo-syntax-20190609
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'plugin')
-rw-r--r--plugin/newglep.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/newglep.vim b/plugin/newglep.vim
index c8cf03a..850ab5c 100644
--- a/plugin/newglep.vim
+++ b/plugin/newglep.vim
@@ -65,7 +65,7 @@ fun! <SID>MakeNewGLEP()
" copyright
put ='This work is licensed under the Creative Commons Attribution-ShareAlike 3.0'
put ='Unported License. To view a copy of this license, visit'
- put ='http://creativecommons.org/licenses/by-sa/3.0/.'
+ put ='https://creativecommons.org/licenses/by-sa/3.0/.'
" }}}
" {{{ go to the first thing to edit