lmdbxx: update homepage to the fork
This commit is contained in:
parent
316b82563a
commit
f810b49906
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
meta = {
|
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";
|
description = "C++11 wrapper for the LMDB embedded B+ tree database library";
|
||||||
license = lib.licenses.unlicense;
|
license = lib.licenses.unlicense;
|
||||||
maintainers = with lib.maintainers; [ fgaz ];
|
maintainers = with lib.maintainers; [ fgaz ];
|
||||||
|
|
Loading…
Reference in New Issue