about summary refs log tree commit diff
path: root/pkgs/development/python-modules/lmdb
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-09 10:38:37 +0100
committerGitHub <noreply@github.com>2022-12-09 10:38:37 +0100
commitdaee2e1a64f75c707bb23cbf49d50567b41a1551 (patch)
tree87ce8024970ed549c8e10518e8ef969792f02919 /pkgs/development/python-modules/lmdb
parent2a09f524b7747a18f88f6ceb6f0f503aa4fc8cdc (diff)
python310Packages.lmdb: fix typo
Diffstat (limited to 'pkgs/development/python-modules/lmdb')
-rw-r--r--pkgs/development/python-modules/lmdb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/lmdb/default.nix b/pkgs/development/python-modules/lmdb/default.nix
index 79bbee917e667..eb74bbb11d002 100644
--- a/pkgs/development/python-modules/lmdb/default.nix
+++ b/pkgs/development/python-modules/lmdb/default.nix
@@ -33,7 +33,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Universal Python binding for the LMDB 'Lightning' Database";
     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;
     maintainers = with maintainers; [ copumpkin ivan ];
   };