pivx: Correct homepage
Change incorrect homepage from https://www.dash.org to https://pivx.org
This commit is contained in:
parent
23b939cfc3
commit
77127d2f60
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
|||||||
Zero Knowledge cryptography proofs for industry-leading transaction anonymity.
|
Zero Knowledge cryptography proofs for industry-leading transaction anonymity.
|
||||||
'';
|
'';
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = "https://www.dash.org";
|
homepage = "https://pivx.org";
|
||||||
maintainers = with maintainers; [ wucke13 ];
|
maintainers = with maintainers; [ wucke13 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user