diff options
| author | s-ol <s+removethis@s-ol.nu> | 2025-08-05 16:39:50 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-08-05 16:39:50 +0000 |
| commit | a0e95dced299660ac8b07f7de759449790528770 (patch) | |
| tree | 577a8da9f63bacbcbe49bcf61a4a16d0ac726053 /alv/version.moon | |
| parent | delete outdated rockspecs (diff) | |
| download | alive-stable.tar.gz alive-stable.zip | |
Diffstat (limited to 'alv/version.moon')
| -rw-r--r-- | alv/version.moon | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/alv/version.moon b/alv/version.moon index ef370c3..061e1ca 100644 --- a/alv/version.moon +++ b/alv/version.moon @@ -11,8 +11,9 @@ -- @tfield string web the project web URL -- @tfield string release the web URL of this release { - tag: "v0.1" - web: "https://github.com/s-ol/alive" - repo: "https://github.com/s-ol/alive.git" - release: "https://github.com/s-ol/alive/releases/tag/v0.1" + tag: "v0.2" + repo: "https://git.s-ol.nu/alive" + git: "https://git.s-ol.nu/alive.git" + web: "https://alv.s-ol.nu" + release: "https://git.s-ol.nu/alive/-/v0.2" } |
