Skip to content

Commit

Permalink
fix: publisher url pointing to wrong location
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshmllow committed Jan 10, 2025
1 parent e2ddf28 commit 09bc6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in {
publisher = requireFile {
name = "affinity-publisher-msi-${version}.exe";
sha256 = "1p3sifs58w86zkq1hd38p3hrnf0rj858qf0rg38l6ywv03yr2axv";
url = "https://store.serif.com/en-gb/update/windows/designer/2/";
url = "https://store.serif.com/en-gb/update/windows/publisher/2/";
};

_version = version;
Expand Down

0 comments on commit 09bc6a2

Please sign in to comment.