arrow-cpp: Adjust homepage to specific variant

There are lots of Arrow implementations, so instead go to the one that
this implements.
This commit is contained in:
Andrew Marshall 2022-07-20 09:22:28 -04:00
parent 5b2bf60e0b
commit 92a0505c26

View file

@ -250,7 +250,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A cross-language development platform for in-memory data";
homepage = "https://arrow.apache.org/";
homepage = "https://arrow.apache.org/docs/cpp/";
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ tobim veprbl cpcloud ];