mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
lmdbxx: change repo location
Owner changed from bendiken to drycpp
This commit is contained in:
parent
5048b0d1f9
commit
03a1adddd3
@ -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