forked from mirrors/nixpkgs
rdkafka: rename repo owner
This commit is contained in:
parent
587f569eb7
commit
ab4ec73b99
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||||
version = "2.0.2";
|
version = "2.0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "edenhill";
|
owner = "confluentinc";
|
||||||
repo = "librdkafka";
|
repo = "librdkafka";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-iEW+n1PSnDoCzQCVfl4T1nchc0kL2q/M3jKNYW2f9/8=";
|
sha256 = "sha256-iEW+n1PSnDoCzQCVfl4T1nchc0kL2q/M3jKNYW2f9/8=";
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "librdkafka - Apache Kafka C/C++ client library";
|
description = "librdkafka - Apache Kafka C/C++ client library";
|
||||||
homepage = "https://github.com/edenhill/librdkafka";
|
homepage = "https://github.com/confluentinc/librdkafka";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ commandodev ];
|
maintainers = with maintainers; [ commandodev ];
|
||||||
|
|
Loading…
Reference in a new issue