Merge pull request #47109 from fgaz/lmdbxx/drycpp
lmdbxx: change repo location
This commit is contained in:
commit
124c0f98e9
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
||||
version = "0.9.14.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bendiken";
|
||||
owner = "drycpp";
|
||||
repo = "lmdbxx";
|
||||
rev = "${version}";
|
||||
sha256 = "1jmb9wg2iqag6ps3z71bh72ymbcjrb6clwlkgrqf1sy80qwvlsn6";
|
||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/bendiken/lmdbxx#readme";
|
||||
homepage = "https://github.com/drycpp/lmdbxx#readme";
|
||||
description = "C++11 wrapper for the LMDB embedded B+ tree database library";
|
||||
license = stdenv.lib.licenses.unlicense;
|
||||
maintainers = with stdenv.lib.maintainers; [ fgaz ];
|
||||
|
Loading…
Reference in New Issue
Block a user