diff options
author | jao <jao@gnu.org> | 2022-01-16 15:46:14 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-01-16 15:46:14 +0000 |
commit | e0d175bd1c3bf264cfd7764b7b3eede2615e0757 (patch) | |
tree | e5bf9b825e0be9c89dcab20dc95bd5a63642dfc0 | |
parent | 3539e3134c544fb8392728913ba6497356025be8 (diff) | |
download | xmobar-e0d175bd1c3bf264cfd7764b7b3eede2615e0757.tar.gz xmobar-e0d175bd1c3bf264cfd7764b7b3eede2615e0757.tar.bz2 |
References to xmobar.org updated (fixes #599)
-rw-r--r-- | default.nix | 2 | ||||
-rw-r--r-- | readme.org | 2 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
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; } @@ -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. . |