Fix how assert-contributors.sh handles my name

Change the README to use the canonical "San Martín" (LATIN SMALL LETTER
I WITH ACUTE) and ignore the "San Martín" (LATIN SMALL LETTER I +
COMBINING ACUTE ACCENT) version.
This commit is contained in:
Sidney San Martín
2020-11-22 02:48:08 -05:00
committed by Sean DuBois
parent e1efa5d6f4
commit 6430e63e79
2 changed files with 2 additions and 2 deletions

2
.github/.ci.conf vendored
View File

@@ -1,4 +1,4 @@
GO_JS_WASM_EXEC=${PWD}/test-wasm/go_js_wasm_exec
TEST_EXTRA_ARGS="-tags quic"
GOLANGCI_LINT_EXRA_ARGS="--build-tags quic"
EXCLUDED_CONTRIBUTORS=('Josh Bleecher Snyder')
EXCLUDED_CONTRIBUTORS=('Josh Bleecher Snyder' 'Sidney San Martín')