Merge pull request #122320 from fgaz/lmdbxx/new-homepage
This commit is contained in:
commit
06ba1c9f75
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue