Skip to content

Commit 4b460f5

Browse files
author
Pierrick Brun
committed
use git config for username
1 parent 309875a commit 4b460f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/python.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ endsnippet
3939
snippet start
4040
# -*- coding: utf-8 -*-
4141
# Copyright 2019 Akretion (http://www.akretion.com).
42-
# @author Sébastien BEAU <sebastien.beau@akretion.com>
42+
# @author `git config user.name` <`git config user.email`>
4343
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
4444
${1}
4545
endsnippet

0 commit comments

Comments
 (0)