Skip to content

Commit ae65040

Browse files
authored
Fix: packages author name
Testing whether this is a bug in pyosmeta or just remnants from previous builds that weren't populating name
1 parent abc078d commit ae65040

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_data/packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
- package_name: Great Tables
4949
package_description: Make awesome display tables using Python.
5050
submitting_author:
51-
name: Name
51+
name: Rich Iannone
5252
github_username: rich-iannone
5353
all_current_maintainers:
5454
- name: Richard Iannone
@@ -868,7 +868,7 @@
868868
- package_name: astartes
869869
package_description: Better Data Splits for Machine Learning
870870
submitting_author:
871-
name: Name
871+
name: Jaskson Burns
872872
github_username: JacksonBurns
873873
all_current_maintainers:
874874
- name: Kevin Spiekermann
@@ -915,7 +915,7 @@
915915
- package_name: XGI
916916
package_description: XGI is a Python package for higher-order networks.
917917
submitting_author:
918-
name: Name
918+
name: Nicholas Landry
919919
github_username: nwlandry
920920
all_current_maintainers:
921921
- name: Nicholas Landry

0 commit comments

Comments
 (0)