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/python.scm | |
parent | a3bf096945b9e429f0fc5e2de4fb537ec5b1a587 (diff) | |
download | patches-07af3e5efee742b9b67a19a6df3256cd00fb18e0.tar patches-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/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index adb84fc5b7..162acec639 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -358,7 +358,7 @@ API for locking files.") "0kzlsbki6q0awf89rc287f3aj8x431lrajf160a70z0ikhnxsfdq")))) (build-system python-build-system) (arguments '(#:test-target "check")) - (home-page "http://code.google.com/m/mock/") + (home-page "http://code.google.com/p/mock/") (synopsis "Python mocking and patching library for testing") (description "Mock is a library for testing in Python. It allows you to replace parts |