Merge pull request #230858 from tm-drtina/rdkafka-rename-repo-owner

rdkafka: rename repo owner

authored by Sandro and committed by GitHub 7f821ea5 932fc16b

+2 -2
+2 -2
pkgs/development/libraries/rdkafka/default.nix
··· 5 version = "2.1.1"; 6 7 src = fetchFromGitHub { 8 - owner = "edenhill"; 9 repo = "librdkafka"; 10 rev = "v${version}"; 11 sha256 = "sha256-MwPRnD/S8o1gG6RWq2tKxqdpGum4FB5K8bHPAvlKW10="; ··· 25 26 meta = with lib; { 27 description = "librdkafka - Apache Kafka C/C++ client library"; 28 - homepage = "https://github.com/edenhill/librdkafka"; 29 license = licenses.bsd2; 30 platforms = platforms.linux ++ platforms.darwin; 31 maintainers = with maintainers; [ commandodev ];
··· 5 version = "2.1.1"; 6 7 src = fetchFromGitHub { 8 + owner = "confluentinc"; 9 repo = "librdkafka"; 10 rev = "v${version}"; 11 sha256 = "sha256-MwPRnD/S8o1gG6RWq2tKxqdpGum4FB5K8bHPAvlKW10="; ··· 25 26 meta = with lib; { 27 description = "librdkafka - Apache Kafka C/C++ client library"; 28 + homepage = "https://github.com/confluentinc/librdkafka"; 29 license = licenses.bsd2; 30 platforms = platforms.linux ++ platforms.darwin; 31 maintainers = with maintainers; [ commandodev ];