Skip to content

Commit

Permalink
Fixed spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Aug 19, 2024
1 parent 2a358fd commit 9e6f748
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2

project_name: "Enity's Bifröst"
project_name: "Engity's Bifröst"
dist: var/dist
report_sizes: true

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Enity's Bifröst
# Engity's Bifröst

Bifröst (speaken as "Beef-roest"), is an advanced SSH server. It can be used as a drop-in-replacement for [OpenSSH Server](https://www.openssh.com/), but it was actually created with some more advanced stuff in mind; see below.

Expand Down Expand Up @@ -85,7 +85,7 @@ This project is currently still in the development phase. We do guarantee a stab

## Contributing

**Enity's Bifröst** is an open source project by [Engity GmbH](https://engity.com). So if you want to make this project even better, you can contribute to this project on [Github](https://github.com/engity-com/bifroest) by [fork us](https://github.com/engity-com/bifroest/fork).
**Engity's Bifröst** is an open source project by [Engity GmbH](https://engity.com). So if you want to make this project even better, you can contribute to this project on [Github](https://github.com/engity-com/bifroest) by [fork us](https://github.com/engity-com/bifroest/fork).

If you commit code to this project, you have to accept that this code will be released under the [license](#license) of this project.

Expand Down
2 changes: 1 addition & 1 deletion cmd/bifroest/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var (
title = "Enity's Bifröst"
title = "Engity's Bifröst"
version = "development"
revision = "HEAD"
edition = ""
Expand Down
2 changes: 1 addition & 1 deletion doc/systemd/bifroest.service
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Enity's Bifröst is an SSH server which provides authorization and authentication via OpenID Connect and classic mechanisms to access a real host.
Description=Engity's Bifröst is an SSH server which provides authorization and authentication via OpenID Connect and classic mechanisms to access a real host.
Wants=network.target
[Service]
Expand Down

0 comments on commit 9e6f748

Please sign in to comment.