summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/kigo.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/kigo.nix b/pkgs/applications/kde/kigo.nix
index 24ce5cfbb52d..6585f943f2a1 100644
--- a/pkgs/applications/kde/kigo.nix
+++ b/pkgs/applications/kde/kigo.nix
@@ -3,8 +3,8 @@
mkDerivation {
name = "kigo";
meta = with lib; {
- homepage = "https://kde.org/applications/en/games/org/kde.kigo";
- description = "Kigo est une implémentation libre du jeu de Go";
+ homepage = "https://kde.org/applications/en/games/org.kde.kigo";
+ description = "An open-source implementation of the popular Go game";
maintainers = with maintainers; [ freezeboy ];
license = licenses.gpl2Plus;
platforms = platforms.linux;