sddm-astronaut: fix meta.homepage url

This commit is contained in:
Mike Thai 2024-09-25 16:15:08 -04:00
parent 07111496e5
commit 880b31fcf7

View File

@ -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;