summaryrefslogtreecommitdiffhomepage
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 2b37053..dc49456 100644
--- a/default.nix
+++ b/default.nix
@@ -37,7 +37,7 @@ mkDerivation {
regex-compat stm temporary time transformers unix X11
];
doCheck = false;
- homepage = "http://xmobar.org";
+ homepage = "https://github.com/jaor/xmobar";
description = "A Minimalistic Text Based Status Bar";
license = stdenv.lib.licenses.bsd3;
}