From 29d1971f5f5dd3a3f2943d1add5029c62e5f9372 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 12 Oct 2021 17:38:34 +0200 Subject: removed mention of Go modules Strictly speaking the logged data structure is a checksum of a Go module. This could be confusing with the wording of this sentence. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index aa068e7..d938a92 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # The Sigsum Project Sigsum is a free and open-source project that brings transparency logging to **sig**ned check**sum**s. The overall design is kept general by not logging -a more concrete data structure like TLS certificates or Go modules. +a more concrete data structure like TLS certificates. - [x] Discoverability of signed checksums for the data of your choice - [x] Centralised log operations but distributed trust assumptions -- cgit v1.2.3 From 34746cefa42bb7d4fd1b3d8bace285bd393db7d5 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 12 Oct 2021 17:40:26 +0200 Subject: spelled out FOSS project correctly Spotted by ln5. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d938a92..8aef8d4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # The Sigsum Project -Sigsum is a free and open-source project that brings transparency logging to -**sig**ned check**sum**s. The overall design is kept general by not logging -a more concrete data structure like TLS certificates. +Sigsum is a free and open source software project that brings transparency +logging to **sig**ned check**sum**s. The overall design is kept general +by not logging a more concrete data structure like TLS certificates. - [x] Discoverability of signed checksums for the data of your choice - [x] Centralised log operations but distributed trust assumptions -- cgit v1.2.3