kigo: fix meta
This commit is contained in:
parent
5b2a44fa26
commit
d7943ce2d8
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue