Commit 880b31fc authored by Mike Thai's avatar Mike Thai
Browse files

sddm-astronaut: fix meta.homepage url

parent 07111496
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;