Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit 9120e55

Browse files
tkuhrtnhoriguchi
authored andcommitted
Archive Lab
No commits since November 2022 Signed-off-by: Tracy Kuhrt <tracy.a.kuhrt@accenture.com>
1 parent 65dfd15 commit 9120e55

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/settings.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#
2+
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
5+
repository:
6+
name: minbft
7+
description: Implementation of MinBFT consensus protocol.
8+
default_branch: main
9+
has_downloads: false
10+
has_issues: true
11+
has_projects: false
12+
has_wiki: false
13+
archived: true
14+
private: false
15+
allow_squash_merge: true
16+
allow_merge_commit: false
17+
allow_rebase_merge: true

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
![Status Badge](https://img.shields.io/badge/Status-archived-red)
2+
3+
**NOTE:** This lab has been archived and is no longer being maintained.
4+
15
[![GitHub Actions](https://github.com/hyperledger-labs/minbft/workflows/Continuous%20integration/badge.svg)](https://github.com/hyperledger-labs/minbft/actions)
26
[![GoDoc](https://godoc.org/github.com/hyperledger-labs/minbft?status.svg)](https://godoc.org/github.com/hyperledger-labs/minbft)
37
[![Go Report Card](https://goreportcard.com/badge/github.com/hyperledger-labs/minbft)](https://goreportcard.com/report/github.com/hyperledger-labs/minbft)

0 commit comments

Comments
 (0)