Skip to content

Commit 930dd42

Browse files
committed
Set path to license file
1 parent 1fc12e7 commit 930dd42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hdf5-src/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdf5-metno-src"
3-
license-file = "ext/hdf5/COPYING"
3+
license-file = "ext/hdf5/LICENSE"
44
build = "build.rs"
55
description = "Build script for compiling HDF5 C library from source."
66
links = "hdf5src"
@@ -12,7 +12,7 @@ include = [
1212
"README.md",
1313
"src/**/*.rs",
1414
"ext/hdf5/**/CMakeLists.txt",
15-
"ext/hdf5/COPYING",
15+
"ext/hdf5/LICENSE",
1616
"ext/hdf5/**/*.h",
1717
"ext/hdf5/**/*.c",
1818
"ext/hdf5/**/*.am",

0 commit comments

Comments
 (0)