Skip to content

Commit 329be22

Browse files
committed
update to SIL Global
1 parent 09b18a8 commit 329be22

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 SIL International
3+
Copyright (c) 2020 SIL Global
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DynamoDB Storage adapter for CertMagic
2-
![Status for silinternational/certmagic-storage-dynamodb](https://github.com/silinternational/certmagic-storage-dynamodb/actions/workflows/test.yml/badge.svg?branch=master)
3-
[![Go Report Card](https://goreportcard.com/badge/github.com/silinternational/certmagic-storage-dynamodb)](https://goreportcard.com/report/github.com/silinternational/certmagic-storage-dynamodb)
2+
![Status for sil-org/certmagic-storage-dynamodb](https://github.com/sil-org/certmagic-storage-dynamodb/actions/workflows/test.yml/badge.svg?branch=master)
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/sil-org/certmagic-storage-dynamodb)](https://goreportcard.com/report/github.com/sil-org/certmagic-storage-dynamodb)
44

55
[CertMagic](https://github.com/caddyserver/certmagic) Is an awesome package for doing all the
66
heavy lifting with Let's Encrypt for certificate provisioning and use. In order to be flexible
@@ -31,7 +31,7 @@ package whatever
3131
import (
3232
"github.com/caddyserver/certmagic"
3333

34-
dynamodbstore "github.com/silinternational/certmagic-storage-dynamodb/v3"
34+
dynamodbstore "github.com/sil-org/certmagic-storage-dynamodb/v3"
3535
)
3636

3737
// ...
@@ -86,7 +86,7 @@ Please do, we like reported issues and pull requests.
8686
## License
8787
MIT License
8888

89-
Copyright (c) 2022 SIL International
89+
Copyright (c) 2022 SIL Global
9090

9191
Permission is hereby granted, free of charge, to any person obtaining a copy
9292
of this software and associated documentation files (the "Software"), to deal

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/silinternational/certmagic-storage-dynamodb/v3
1+
module github.com/sil-org/certmagic-storage-dynamodb/v3
22

33
go 1.23.0
44

0 commit comments

Comments
 (0)