summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorfreezeboy <freezeboy@users.noreply.github.com>2020-08-28 09:23:23 +0200
committerfreezeboy <freezeboy@users.noreply.github.com>2020-08-28 10:43:29 +0200
commitd7943ce2d83df59dc1f5b3baa0c549eca959d0ef (patch)
tree231a82c7417322294db47afd3f7792f28ba593cb /pkgs/applications/kde
parent5b2a44fa26c21999bd1f3f7378bf6b5063ebb887 (diff)
kigo: fix meta
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;