about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-09-27 02:52:47 +0200
committerGitHub <noreply@github.com>2024-09-27 02:52:47 +0200
commit4984a56ad1a6dad341c0eca3f60c23128c7bc74c (patch)
tree573da1c8875105b367abd0330a4b8cdb35b29b42 /pkgs
parentdbca1f3b5e2b2cabce8427409e894284326310bd (diff)
parent880b31fcf78c2bb48d39807709f91d261cd74553 (diff)
sddm-astronaut: Fix meta.homepage url (#344519)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/data/themes/sddm-astronaut/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/themes/sddm-astronaut/default.nix b/pkgs/data/themes/sddm-astronaut/default.nix
index ef8071f1e858e..39064b3c7a8e8 100644
--- a/pkgs/data/themes/sddm-astronaut/default.nix
+++ b/pkgs/data/themes/sddm-astronaut/default.nix
@@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation rec {
 
   meta = {
     description = "Modern looking qt6 sddm theme";
-    homepage = "https://github.com/${src.owner}/${pname}";
+    homepage = "https://github.com/${src.owner}/${src.repo}";
     license = lib.licenses.gpl3;
 
     platforms = lib.platforms.linux;