Update metadata url

This commit is contained in:
Daniel Berteaud 2023-07-20 18:40:25 +02:00
parent 1bfd36134c
commit 1c0f55130b
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ app {
pack {
name = "democratic_csi"
description = "CSI plugin for Nomad to use storage (NFS and iSCSI) from FreeNAS / TrueNAS"
url = "https://git.lapiole.org/infra/nomad/packs/democfratic_csi"
url = "https://git.lapiole.org/dani/nomad/packs/democfratic_csi"
version = "0.0.1"
}
dependency "common" {
source = "https://git.lapiole.org/infra/nomad/packs/common"
source = "https://git.lapiole.org/dani/nomad/packs/common"
}