Skip to content

Commit

Permalink
seed: Switch domain from dev to packages
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Dec 5, 2024
1 parent 7126f89 commit 4f44545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
{
"name": "serpent-x86_64",
"arch": "x86_64",
"indexURI": "https://dev.serpentos.com/volatile/x86_64/stone.index",
"indexURI": "https://packages.serpentos.com/volatile/x86_64/stone.index",
"remotes": [
{
"name": "Volatile repo",
"priority": 0,
"uri": "https://dev.serpentos.com/x86_64/stone.index"
"uri": "https://packages.serpentos.com/x86_64/stone.index"
}
]
}
Expand Down Expand Up @@ -43,4 +43,4 @@
]
}
]
}
}

0 comments on commit 4f44545

Please sign in to comment.