Skip to content

Commit ee6870d

Browse files
committed
fixed package name typo in fpm.toml
Fixes #11
1 parent bb7e167 commit ee6870d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fpm.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name = "spkpak"
1+
name = "splpak"
22
author = "Jacob Williams"
33
maintainer = "Jacob Williams"
44
copyright = "Copyright (C) 2000 University Corporation for Atmospheric Research"
55
license = "Apache"
6-
description = "spkpak"
7-
homepage = "https://github.com/jacobwilliams/spkpak"
6+
description = "Modernized SPLPAK library for multidimensional least-squares cubic spline fitting"
7+
homepage = "https://github.com/jacobwilliams/splpak"
88

99
[build]
1010
auto-executables = false

0 commit comments

Comments
 (0)