summaryrefslogtreecommitdiffhomepage
path: root/doc/compiling.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-07-10 01:53:53 +0100
committerjao <jao@gnu.org>2022-07-10 01:54:51 +0100
commitceeebe04a619402095c177d4b224a2df35e1da25 (patch)
tree0d5191543809250b41adc45ec314ed1e5be3cd41 /doc/compiling.org
parentc4a14a056fc9f12a103cc70d44282f18601e39ad (diff)
downloadxmobar-ceeebe04a619402095c177d4b224a2df35e1da25.tar.gz
xmobar-ceeebe04a619402095c177d4b224a2df35e1da25.tar.bz2
Links to new repo in codeberg
Diffstat (limited to 'doc/compiling.org')
-rw-r--r--doc/compiling.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/compiling.org b/doc/compiling.org
index e780b5b..3ede1a9 100644
--- a/doc/compiling.org
+++ b/doc/compiling.org
@@ -6,14 +6,14 @@ code in a variety of ways:
- From [[http://hackage.haskell.org/package/xmobar/][Hackage]]. Just download the latest release from xmobar's hackage
page.
-- From [[http://github.com/jaor/xmobar/][Github]]. There are also tarballs available for every tagged
- release on [[https://github.com/jaor/xmobar/releases][Github's releases page]]
+- From [[http://codeberg.org/jao/xmobar/][Codeberg]]. There are also tarballs available for every tagged
+ release on [[https://codeberg.org/jao/xmobar/releases][Codeberg's releases page]]
- From the bleeding edge repo. If you prefer to live dangerously, just
get the latest and greatest (and buggiest, I guess) using git:
#+begin_src shell
- git clone git://github.com/jaor/xmobar
+ git clone git://codeberg.org/jao/xmobar
#+end_src
If you have cabal installed, you can now use it from within xmobar's