libsForQt5.kbreakout: fix meta.homepage

This commit is contained in:
Martin Weinelt 2022-01-12 17:41:04 +01:00
parent e352f62f80
commit 9120e419f4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -12,7 +12,7 @@
mkDerivation {
pname = "kbreakout";
meta = {
homepage = "KBreakOut";
homepage = "https://apps.kde.org/kbreakout/";
description = "Breakout-like game";
license = with lib.licenses; [ lgpl21 gpl3 ];
};