about summary refs log tree commit diff
path: root/pkgs/applications/kde/kbreakout.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-12 17:41:04 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-12 20:04:00 +0100
commit9120e419f461821e4450dcca2a5a800ebf076f6d (patch)
treec2c9f08c02e2b06001ded4095a5f9d4b19a4c049 /pkgs/applications/kde/kbreakout.nix
parente352f62f80d49c0a6e908b42f4d879ca08e41e70 (diff)
libsForQt5.kbreakout: fix meta.homepage
Diffstat (limited to 'pkgs/applications/kde/kbreakout.nix')
-rw-r--r--pkgs/applications/kde/kbreakout.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kbreakout.nix b/pkgs/applications/kde/kbreakout.nix
index b29c83914c6ef..ad58bde5838be 100644
--- a/pkgs/applications/kde/kbreakout.nix
+++ b/pkgs/applications/kde/kbreakout.nix
@@ -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 ];
   };