diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-12-28 17:57:16 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-12-28 17:57:37 +0100 |
commit | 07af3e5efee742b9b67a19a6df3256cd00fb18e0 (patch) | |
tree | e41f324aea4b2a8a040dffafae537daf69590191 /gnu/packages/kde.scm | |
parent | a3bf096945b9e429f0fc5e2de4fb537ec5b1a587 (diff) | |
download | guix-07af3e5efee742b9b67a19a6df3256cd00fb18e0.tar guix-07af3e5efee742b9b67a19a6df3256cd00fb18e0.tar.gz |
gnu: Fix or update a number of 'home-page' fields.
* gnu/packages/fltk.scm (fltk): Fix 'home-page'.
* gnu/packages/fonts.scm (font-bitstream-vera): Likewise, and fix
license URL.
* gnu/packages/games.scm (gnubg, cmatrix, chess): Fix 'home-page'.
* gnu/packages/kde.scm (attica): Likewise.
* gnu/packages/mail.scm (fetchmail): Likewise.
* gnu/packages/popt.scm (popt): Likewise.
* gnu/packages/python.scm (python-mock): Likewise.
* gnu/packages/stalonetray.scm (stalonetray): Likewise.
Diffstat (limited to 'gnu/packages/kde.scm')
-rw-r--r-- | gnu/packages/kde.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index e97ac277b7..52ed93e6a7 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -153,7 +153,7 @@ and import their menus over DBus.") (build-system cmake-build-system) (inputs `(("qt" ,qt-4))) - (home-page "https://projects.kde.org/projects/kdesupport/attica") + (home-page "https://projects.kde.org/projects/frameworks/attica") (synopsis "Qt library for the Open Collaboration Services API") (description "Attica is a Qt library that implements the Open Collaboration Services API version 1.6. It grants easy access to the |