summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-01-16 15:46:14 +0000
committerjao <jao@gnu.org>2022-01-16 15:46:14 +0000
commite0d175bd1c3bf264cfd7764b7b3eede2615e0757 (patch)
treee5bf9b825e0be9c89dcab20dc95bd5a63642dfc0
parent3539e3134c544fb8392728913ba6497356025be8 (diff)
downloadxmobar-e0d175bd1c3bf264cfd7764b7b3eede2615e0757.tar.gz
xmobar-e0d175bd1c3bf264cfd7764b7b3eede2615e0757.tar.bz2
References to xmobar.org updated (fixes #599)
-rw-r--r--default.nix2
-rw-r--r--readme.org2
-rw-r--r--xmobar.cabal2
3 files changed, 3 insertions, 3 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;
}
diff --git a/readme.org b/readme.org
index 43e7b02..d6e23a1 100644
--- a/readme.org
+++ b/readme.org
@@ -18,7 +18,7 @@ These are some xmobar [[file:doc/screenshots][screenshots]] using the author's c
[[file:doc/screenshots/xmobar-exwm.png]]
-This is the [[https://xmobar.org/changelog.html][changelog]] for recent releases.
+This is the [[./changelog.md][changelog]] for recent releases.
* Installation
** From your Systems Package Manager
diff --git a/xmobar.cabal b/xmobar.cabal
index 190adb6..193d5ae 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -1,6 +1,6 @@
name: xmobar
version: 0.41
-homepage: http://xmobar.org
+homepage: https://github.com/jaor/xmobar
synopsis: A Minimalistic Text Based Status Bar
description: Xmobar is a minimalistic text based status bar.
.