Merge pull request #103376 from mercurytoxic/patch-1

pivx: Correct homepage
This commit is contained in:
Mario Rodas 2020-11-11 03:59:05 -05:00 committed by GitHub
commit 9ea918d9d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
Zero Knowledge cryptography proofs for industry-leading transaction anonymity.
'';
license = licenses.mit;
homepage = "https://www.dash.org";
homepage = "https://pivx.org";
maintainers = with maintainers; [ wucke13 ];
platforms = platforms.unix;
};