diff options
author | jao <jao@gnu.org> | 2022-07-12 00:55:35 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-07-12 00:55:35 +0100 |
commit | 0acaa1605346099dba9790716d5d4d80c83c22a6 (patch) | |
tree | 3c535fd981ec9a7a8c9cd5122f14b13b92fddaac /xmobar.cabal | |
parent | 2c51aea84bb3ba9fe2662c1f8f2f492a8cf4a559 (diff) | |
download | xmobar-0acaa1605346099dba9790716d5d4d80c83c22a6.tar.gz xmobar-0acaa1605346099dba9790716d5d4d80c83c22a6.tar.bz2 |
jao/xmobar -> xmobar/xmobar
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 9790d2a..80ee391 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,6 +1,6 @@ name: xmobar version: 0.45 -homepage: https://codeberg.org/jao/xmobar +homepage: https://codeberg.org/xmobar/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 <jao@gnu.org> -bug-reports: https://codeberg.org/jao/xmobar/issues +bug-reports: https://codeberg.org/xmobar/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://codeberg.org/jao/xmobar.git + location: git://codeberg.org/xmobar/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://codeberg.org/jao/xmobar/pulls/36 + -- See also comments in https://codeberg.org/xmobar/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://codeberg.org/jao/xmobar/pulls/36 + -- See also comments in https://codeberg.org/xmobar/xmobar/pulls/36 ghc-options: -threaded cpp-options: -DTHREADED_RUNTIME |