mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
sddm-astronaut: fix meta.homepage url
This commit is contained in:
parent
07111496e5
commit
880b31fcf7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user