Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 64b7b6e

Browse files
committed
Update repository URL for Prebuilt-MPR
1 parent 2978306 commit 64b7b6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aurweb/routers/packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ async def package(request: Request, name: str) -> Response:
140140
async with aiohttp.ClientSession() as session:
141141
async with session.get(
142142
"https://drone.hunterwittenborn.com/api/repos/makedeb/"
143-
+ "prebuilt-mpr-v2/builds"
143+
+ "prebuilt-mpr/builds"
144144
) as response:
145145
status = response.status
146146
body = await response.text()

templates/partials/packages/package_details.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ <h2>{{ package.Name }} {{ package.Version }}</h2>
1717
</div>
1818
<div class="right">
1919
{% if ci_build is not none %}
20-
<a href="https://drone.{{ hw_url }}/makedeb/prebuilt-mpr-v2/{{ ci_build }}">
21-
<img class="badge" src="https://img.shields.io/drone/build/makedeb/prebuilt-mpr-v2/pkg/{{ package.Name }}?server=https%3A%2F%2Fdrone.hunterwittenborn.com&label=prebuilt-mpr">
20+
<a href="https://drone.{{ hw_url }}/makedeb/prebuilt-mpr/{{ ci_build }}">
21+
<img class="badge" src="https://img.shields.io/drone/build/makedeb/prebuilt-mpr/pkg/{{ package.Name }}?server=https%3A%2F%2Fdrone.hunterwittenborn.com&label=prebuilt-mpr">
2222
</a>
2323
{% endif %}
2424
</div>

0 commit comments

Comments
 (0)