Skip to content

Commit

Permalink
update list of CIP editors (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
rphair authored Sep 17, 2024
1 parent 2706d87 commit 6120437
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions app/contributors/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ import Link from 'next/link'
export default function Editors() {
// List of editors
const Editors = [
{
name: 'Matthias Benkort',
github_link: 'https://github.com/KtorZ',
},
{
name: 'Sebastien Guillemot',
github_link: 'https://github.com/SebastienGllmt',
},
{
name: 'Robert Phair',
github_link: 'https://github.com/rphair',
Expand All @@ -26,6 +18,10 @@ export default function Editors() {
name: 'Adam Dean',
github_link: 'https://github.com/Crypto2099',
},
{
name: 'Thomas Vellekoop',
github_link: 'https://github.com/perturbing',
},
]

return (
Expand Down

0 comments on commit 6120437

Please sign in to comment.