protobuf: rename github owner to protocolbuffers

https://github.com/google/protobuf redirects to
https://github.com/protocolbuffers/protobuf
This commit is contained in:
Orivej Desh 2018-09-25 01:43:15 +00:00
parent 72dd8565d8
commit 12a1c2e6c5

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
# make sure you test also -A pythonPackages.protobuf
src = fetchFromGitHub {
owner = "google";
owner = "protocolbuffers";
repo = "protobuf";
rev = "v${version}";
inherit sha256;