summary refs log tree commit diff
path: root/pkgs/applications/misc/electrum/dash.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/electrum/dash.nix')
-rw-r--r--pkgs/applications/misc/electrum/dash.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/electrum/dash.nix b/pkgs/applications/misc/electrum/dash.nix
index fc5192bb5e4..33a8284744e 100644
--- a/pkgs/applications/misc/electrum/dash.nix
+++ b/pkgs/applications/misc/electrum/dash.nix
@@ -39,7 +39,7 @@ python2Packages.buildPythonApplication rec {
 
   meta = with stdenv.lib; {
     description = "Electrum DASH";
-    homepage = https://github.com/dashpay/electrum-dash;
+    homepage = "https://github.com/dashpay/electrum-dash";
     license = licenses.gpl3;
     maintainers = with maintainers; [ np ];
     knownVulnerabilities = [ "CVE-2018-1000022" ];