commit: f0c5ef93e88572d16a5251a2c7a67366a735a766
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 9 17:35:29 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 9 17:35:29 2019 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=f0c5ef93
newglep: Use https:// for CC license URL
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
plugin/newglep.vim | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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