Merge pull request #96527 from freezeboy/fix-kigo-meta

kigo: fix meta
This commit is contained in:
Daniël de Kok
2020-08-28 11:32:19 +02:00
committed by GitHub
+2 -2
View File
@@ -3,8 +3,8 @@
mkDerivation { mkDerivation {
name = "kigo"; name = "kigo";
meta = with lib; { meta = with lib; {
homepage = "https://kde.org/applications/en/games/org/kde.kigo"; homepage = "https://kde.org/applications/en/games/org.kde.kigo";
description = "Kigo est une implémentation libre du jeu de Go"; description = "An open-source implementation of the popular Go game";
maintainers = with maintainers; [ freezeboy ]; maintainers = with maintainers; [ freezeboy ];
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;