summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/lmdbxx/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/lmdbxx/default.nix')
-rw-r--r--pkgs/development/libraries/lmdbxx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/lmdbxx/default.nix b/pkgs/development/libraries/lmdbxx/default.nix
index 2d037afbe213..4fc1573eea1a 100644
--- a/pkgs/development/libraries/lmdbxx/default.nix
+++ b/pkgs/development/libraries/lmdbxx/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ];
meta = {
- homepage = "https://github.com/drycpp/lmdbxx#readme";
+ homepage = "https://github.com/hoytech/lmdbxx#readme";
description = "C++11 wrapper for the LMDB embedded B+ tree database library";
license = lib.licenses.unlicense;
maintainers = with lib.maintainers; [ fgaz ];