Merge pull request from vikanezrimaya/patch-1

hydra-jobsets.tf: update canonical Kittybox source
This commit is contained in:
Jörg Thalheim 2022-05-13 07:44:32 +01:00 committed by GitHub
commit 1c9f92066c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ resource "hydra_project" "kittybox" {
name = "kittybox"
display_name = "Kittybox"
description = "The IndieWeb blogging solution"
homepage = "https://gitlab.com/kittybox/kittybox"
homepage = "https://sr.ht/~vikanezrimaya/kittybox"
owner = "admin"
enabled = true
visible = true
@ -17,7 +17,7 @@ resource "hydra_jobset" "kittybox" {
type = "flake"
description = "main branch"
flake_uri = "gitlab:kittybox/kittybox"
flake_uri = "git+https://git.sr.ht/~vikanezrimaya/kittybox?ref=main"
check_interval = 300
scheduling_shares = 3000