Unverified Commit 4984a56a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

sddm-astronaut: Fix meta.homepage url (#344519)

parents dbca1f3b 880b31fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;