Skip to content

Commit

Permalink
Fix incorrect e-mail address
Browse files Browse the repository at this point in the history
  • Loading branch information
cyderize committed Apr 12, 2024
1 parent d8164d8 commit ec18f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/people.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const people = [
{
name: 'Hendrik ‘Henk’ Bierlee',
affiliation: 'Monash University',
email: 'kevin.leo@monash.edu',
email: 'hendrik.bierlee@monash.edu',
img: 'hendrik_bierlee.jpg',
description: `The MiniZinc-SAT compiler, integer and single constant multiplication encodings for SAT.`,
},
Expand Down

0 comments on commit ec18f53

Please sign in to comment.