python310Packages.lmdb: fix typo
This commit is contained in:
parent
2a09f524b7
commit
daee2e1a64
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Universal Python binding for the LMDB 'Lightning' Database";
|
description = "Universal Python binding for the LMDB 'Lightning' Database";
|
||||||
homepage = "https://github.com/dw/py-lmdb";
|
homepage = "https://github.com/dw/py-lmdb";
|
||||||
changelog = "https://github.com/jnwatson/py-lmdb/blob/py-lmdb_${version}/ChangeLog",
|
changelog = "https://github.com/jnwatson/py-lmdb/blob/py-lmdb_${version}/ChangeLog";
|
||||||
license = licenses.openldap;
|
license = licenses.openldap;
|
||||||
maintainers = with maintainers; [ copumpkin ivan ];
|
maintainers = with maintainers; [ copumpkin ivan ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue