summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/altcoins/zcash/librustzcash/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/altcoins/zcash/librustzcash/default.nix')
-rw-r--r--pkgs/applications/altcoins/zcash/librustzcash/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/altcoins/zcash/librustzcash/default.nix b/pkgs/applications/altcoins/zcash/librustzcash/default.nix
index 4ce9a279d919..2b2094c84018 100644
--- a/pkgs/applications/altcoins/zcash/librustzcash/default.nix
+++ b/pkgs/applications/altcoins/zcash/librustzcash/default.nix
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; {
description = "Rust-language assets for Zcash";
- homepage = "https://github.com/zcash/librustzcash";
+ homepage = https://github.com/zcash/librustzcash;
maintainers = with maintainers; [ rht ];
license = with licenses; [ mit asl20 ];
platforms = platforms.unix;