Skip to content

Commit efb2642

Browse files
committed
CHORE: Update CITATION.cff and fix Cargo.toml
- CITATION.cff: update affiliation, license (MIT OR Apache-2.0) - Cargo.toml: fix 'farmiliar' typo, remove defunct Travis badge
1 parent 8931a97 commit efb2642

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors:
1111
- given-names: Tae-Geun
1212
family-names: Kim
1313
email: axect.tg@proton.me
14-
affiliation: Yonsei University
14+
affiliation: Fudan University / RIKEN iTHEMS
1515
orcid: 'https://orcid.org/0009-0000-4229-2935'
1616
- name: Peroxide contributors
1717
identifiers:
@@ -41,4 +41,4 @@ keywords:
4141
- Integration
4242
- Linear algebra
4343
- Differential equation
44-
license: MIT
44+
license: MIT OR Apache-2.0

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "peroxide"
33
version = "0.41.0"
44
authors = ["axect <axect@outlook.kr>"]
55
edition = "2018"
6-
description = "Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax"
6+
description = "Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with familiar syntax"
77
repository = "https://github.com/Axect/Peroxide"
88
license = "MIT OR Apache-2.0"
99
categories = ["science"]
@@ -21,7 +21,6 @@ exclude = [
2121
]
2222

2323
[badges]
24-
travis-ci = { repository = "axect/peroxide" }
2524
maintenance = { status = "actively-developed" }
2625

2726
[dev-dependencies]

0 commit comments

Comments
 (0)