From ceeebe04a619402095c177d4b224a2df35e1da25 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 10 Jul 2022 01:53:53 +0100 Subject: Links to new repo in codeberg --- xmobar.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'xmobar.cabal') diff --git a/xmobar.cabal b/xmobar.cabal index e01bebd..9790d2a 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,6 +1,6 @@ name: xmobar -version: 0.44 -homepage: https://github.com/jaor/xmobar +version: 0.45 +homepage: https://codeberg.org/jao/xmobar synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. . @@ -12,7 +12,7 @@ license: BSD3 license-file: license author: Andrea Rossato and Jose A. Ortega Ruiz maintainer: Jose A. Ortega Ruiz -bug-reports: https://github.com/jaor/xmobar/issues +bug-reports: https://codeberg.org/jao/xmobar/issues cabal-version: >= 1.10 build-type: Simple @@ -25,7 +25,7 @@ extra-source-files: readme.org, changelog.md, source-repository head type: git - location: git://github.com/jaor/xmobar.git + location: git://codeberg.org/jao/xmobar.git branch: master flag with_xft @@ -215,7 +215,7 @@ library if flag(with_threaded) -- -threaded is a workaround for 100% CPU busy loop -- (http://hackage.haskell.org/trac/ghc/ticket/4934). - -- See also comments in https://github.com/jaor/xmobar/pull/36 + -- See also comments in https://codeberg.org/jao/xmobar/pulls/36 cpp-options: -DTHREADED_RUNTIME if flag(with_rtsopts) @@ -345,7 +345,7 @@ executable xmobar if flag(with_threaded) -- -threaded is a workaround for 100% CPU busy loop -- (http://hackage.haskell.org/trac/ghc/ticket/4934). - -- See also comments in https://github.com/jaor/xmobar/pull/36 + -- See also comments in https://codeberg.org/jao/xmobar/pulls/36 ghc-options: -threaded cpp-options: -DTHREADED_RUNTIME -- cgit v1.2.3