Skip to content

Commit b9e35a2

Browse files
authored
Change the emails to be @vercel.com (#102)
1 parent 9f27f3f commit b9e35a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pep.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PEP: 9999
22
Title: Type Manipulation
3-
Author: Michael J. Sullivan <sully@msully.net>, Daniel W. Park <dnwpark@protonmail.com>, Yury Selivanov <yury@edgedb.com>
3+
Author: Michael J. Sullivan <sully@vercel.com>, Daniel W. Park <daniel.park@vercel.com>, Yury Selivanov <yury@vercel.com>
44
Discussions-To: Pending
55
Status: Draft
66
Type: Standards Track

scripts/build-peps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export LANG=C.utf8
55
mkdir -p build
66
cd build
77
if [ ! -d peps ]; then
8-
git clone --depth=1 https://github.com/python/peps/
8+
git clone --depth=1 -b emails https://github.com/msullivan/peps/
99
fi
1010
cd peps/peps
1111
if [ ! -s pep-9999.rst ]; then

0 commit comments

Comments
 (0)