python39Packages.spglib: update meta
This commit is contained in:
parent
0446cf377a
commit
3701ffd5ab
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Python bindings for C library for finding and handling crystal symmetries";
|
||||
homepage = "https://atztogo.github.io/spglib";
|
||||
homepage = "https://spglib.github.io/spglib/";
|
||||
changelog = "https://github.com/spglib/spglib/raw/v${version}/ChangeLog";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ psyanticy ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue