pivx: Correct homepage

Change incorrect homepage from https://www.dash.org to https://pivx.org
This commit is contained in:
Luis Aranguren 2020-11-11 12:02:57 +11:00 committed by GitHub
parent 23b939cfc3
commit 77127d2f60
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;
};