Skip to content

Commit a22ea8e

Browse files
authored
fix: static pages license (#1640)
1 parent 9db058b commit a22ea8e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tf/deployment/modules/shared/github/org/repositories.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ variable "repositories" {
2828
},
2929
{
3030
name = "static-pages",
31-
description = "Redirect urls to personal, hosted, instances of Immich.",
32-
url = "https://buy.immich.app",
31+
description = "Sites and packages for Immich",
32+
url = "https://immich.app",
33+
license = "MIT",
3334
collaborators = true
3435
},
3536
{

0 commit comments

Comments
 (0)