aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-11-20 01:00:07 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-11-27 01:00:09 +0100
commita95ec3ef07b07130885c06465bd29e3d540de05a (patch)
tree5abd806416dc42777518c5ac5b42dca7c1055032
parentf4e4ba8a1b58a253e1b16128ddc904036d07bfd7 (diff)
downloadguix-a95ec3ef07b07130885c06465bd29e3d540de05a.tar.gz
guix-a95ec3ef07b07130885c06465bd29e3d540de05a.zip
gnu: hunspell, mythes: Update home page.
* gnu/packages/libreoffice.scm (hunspell, mythes)[home-page]: Update. Use HTTPS.
-rw-r--r--gnu/packages/libreoffice.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 898fee133e..2103aec5a0 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -992,7 +992,7 @@ spell-checking library.")
(build-system gnu-build-system)
(inputs
(list perl))
- (home-page "http://hunspell.sourceforge.net/")
+ (home-page "https://hunspell.github.io/")
(synopsis "Hyphenation library")
(description "Hyphen is a hyphenation library using TeX hyphenation
patterns, which are pre-processed by a perl script.")
@@ -1063,7 +1063,7 @@ spell-checking library.")
(list pkg-config))
(inputs
(list hunspell perl))
- (home-page "http://hunspell.sourceforge.net/")
+ (home-page "https://hunspell.github.io/")
(synopsis "Thesaurus")
(description "MyThes is a simple thesaurus that uses a structured text
data file and an index file with binary search to look up words and phrases
tr class='nohover-highlight'> * gnu/packages/freedesktop.scm (telepathy-idle): Update to 0.2.2-0.b516eab. [inputs]: Replace python-2 with python-wrapper, python2-dbus with python-dbus. 2023-04-09gnu: Remove extraneous #:meson build arguments.Maxim Cournoyer * gnu/packages/build-tools.scm (meson-python) [propagated-inputs]: Replace meson-0.63 with meson. * gnu/packages/freedesktop.scm (appstream) [arguments]: Remove #:meson argument. * gnu/packages/gnome.scm (raider): Likewise. (komikku): Likewise. * gnu/packages/syndication.scm (syndication-domination): Likewise. * gnu/packages/virtualization.scm (qemu): Likewise. * gnu/packages/xdisorg.scm (tofi): Likewise. 2023-04-07gnu: Update libinput to 1.22.1.Gabriel Wicki * gnu/packages/freedesktop.scm (libinput): Update to version 1.22.1. [source]: Fetch source via git. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> 2023-04-01gnu: farstream: Use gexps.Maxim Cournoyer * gnu/packages/freedesktop.scm (farstream) [arguments]: Use gexps. Ungexp 'common' origin in-place. Use search-input-directory in patch-docbook-xml phase. [native-inputs]: Remove labels. [inputs, propagated-inputs]: Re-indent. 2023-04-01gnu: farstream: Disable a failing test.Maxim Cournoyer * gnu/packages/freedesktop.scm (farstream) [arguments]: Delete trailing #t. Rename the disable-timeout-tests phase to disable-problematic-tests, and disable an extra rtp/recvcodecs test. Standardize match pattern and update comment. [native-inputs]: Update the common input. 2023-03-28Merge remote-tracking branch 'origin/master' into stagingMaxim Cournoyer 2023-03-26gnu: xdg-utils: Use a pinned version of w3m.Leo Famulari * gnu/packages/freedesktop.scm (xdg-utils)[native-inputs]: Replace w3m with w3m-for-tests. 2023-03-23Merge remote-tracking branch 'origin/master' into staging.Maxim Cournoyer With resolved conflicts in: gnu/packages/ibus.scm gnu/packages/image.scm gnu/packages/lisp.scm gnu/packages/virtualization.scm 2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge 2023-03-18gnu: packagekit: Fix installation directory for bash completions.Liliana Marie Prikler Without this patch, packagekit would attempt to install bash completions to another store directory, invoking pkexec in the process and raising a cryptic error. * gnu/packages/freedesktop.scm (packagekit)[#:phases]: Add ‘fix-bash-completion-dir’. Co-authored-by: Andreas Enge <andreas@enge.fr> Signed-off-by: Andreas Enge <andreas@enge.fr>