-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GQL-95: Editing maintainers list to support address
- Loading branch information
1 parent
c2fbba6
commit 7267a45
Showing
1 changed file
with
2 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,20 +9,8 @@ | |
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Ryan Abbott", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Matthew Crouch", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Trevor Lang", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Mark Schmele", | ||
"email": "[email protected]" | ||
"name": "Earthdata Search", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"scripts": { | ||
|