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')

View File

@@ -194,7 +194,7 @@ Check out the **[contributing wiki](https://github.com/pion/webrtc/wiki/Contribu
* [Henry](https://github.com/cryptix)
* [Jeff Tchang](https://github.com/tachang)
* [JooYoung Lim](https://github.com/DevRockstarZ)
* [Sidney San Martn](https://github.com/s4y)
* [Sidney San Martín](https://github.com/s4y)
* [soolaugust](https://github.com/soolaugust)
* [Kuzmin Vladimir](https://github.com/tekig)
* [Alessandro Ros](https://github.com/aler9)