diff options
-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. . |