Skip to content

Commit 929d2a5

Browse files
authored
fix: change the url to the sitemap
1 parent 952b757 commit 929d2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ alias = "format"
4242
command = "sh"
4343
args = [
4444
"-c",
45-
"rm -f assets/sitemap.xml && wget -S -P assets https://github.com/ph4un00b/sitemap-rustico/releases/download/latest/sitemap.xml",
45+
"rm -f assets/sitemap.xml && wget -S -P assets https://github.com/Phosphorus-M/sitemap-rustico/releases/download/latest/sitemap.xml",
4646
]
4747

4848
[tasks.prebuild]

0 commit comments

Comments
 (0)