From 59d820045936b7790ca8a9ceb7793c98869f194b Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Sun, 4 Feb 2024 16:17:27 -0300 Subject: [PATCH] packages: dictionaries: Fix goldendict-ng home-page entry --- ajatt/packages/dictionaries.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajatt/packages/dictionaries.scm b/ajatt/packages/dictionaries.scm index d78e12c..8197e23 100644 --- a/ajatt/packages/dictionaries.scm +++ b/ajatt/packages/dictionaries.scm @@ -118,7 +118,7 @@ supporting multiple dictionary formats (StarDict, Babylon, Lingvo, Dictd, AARD, MDict, SDict) and online dictionaries, featuring perfect article rendering with the complete markup, illustrations and other content retained, and allowing you to type in words without any accents or correct case.") - (home-page "http://goldendict.org/") + (home-page "https://xiaoyifang.github.io/goldendict-ng/") (license (list license:gpl3+ license:zlib))))