Skip to content

Commit

Permalink
🚚 docs: Update author name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexocode committed Apr 16, 2024
1 parent e0886d3 commit 0ec113d
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 30 deletions.
34 changes: 17 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,58 +11,58 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- [#26](https://github.com/sascha-wolf/knigge/issues/26): Fix upgrade building by tagging `bunt` as `runtime: false`
- [#26](https://github.com/alexocode/knigge/issues/26): Fix upgrade building by tagging `bunt` as `runtime: false`

## [1.4.0] - 2021-03-26

### Added

- [#18](https://github.com/sascha-wolf/knigge/pull/18): Add `default` option to `use Knigge` ([@NickNeck][])
- [#22](https://github.com/sascha-wolf/knigge/pull/22): Ease contributing by adding a CONTRIBUTING guide and a PULL_REQUEST_TEMPLATE ([@sascha-wolf])
- [#18](https://github.com/alexocode/knigge/pull/18): Add `default` option to `use Knigge` ([@NickNeck][])
- [#22](https://github.com/alexocode/knigge/pull/22): Ease contributing by adding a CONTRIBUTING guide and a PULL_REQUEST_TEMPLATE ([@alexocode])

### Changed

- [#19](https://github.com/sascha-wolf/knigge/pull/19): Fix handling of callbacks without brackets ([@NickNeck])
- [#19](https://github.com/alexocode/knigge/pull/19): Fix handling of callbacks without brackets ([@NickNeck])

## [1.3.0] - 2020-11-27

### Added

- [#15](https://github.com/sascha-wolf/knigge/pull/15): Add `--app` switch to `mix knigge.verify` ([@polvalente])
- [#15](https://github.com/alexocode/knigge/pull/15): Add `--app` switch to `mix knigge.verify` ([@polvalente])

### Changed

- [#16](https://github.com/sascha-wolf/knigge/pull/16): Migrate CI from CircleCI to GitHub actions ([@sascha-wolf])
- [#16](https://github.com/alexocode/knigge/pull/16): Migrate CI from CircleCI to GitHub actions ([@alexocode])


## [1.2.0] - 2020-09-07

### Changed

- Replaced the existence check with `mix knigge.verify`, see [here for details on why](https://hexdocs.pm/knigge/the-existence-check.html) ([@sascha-wolf])
- Replaced the existence check with `mix knigge.verify`, see [here for details on why](https://hexdocs.pm/knigge/the-existence-check.html) ([@alexocode])

## [1.1.1] - 2019-10-13

### Changed

- [#9](https://github.com/sascha-wolf/knigge/pull/9): Avoid warning when callback is defined several times ([@alexcastano])
- [#9](https://github.com/alexocode/knigge/pull/9): Avoid warning when callback is defined several times ([@alexcastano])

## [1.1.0] - 2019-10-13

### Changed

- Renamed `delegate_at` to `delegate_at_runtime?` and changed it to accept a list of environment names instead of only a boolean;
the default has been changed to `only: :test` ([@sascha-wolf])
the default has been changed to `only: :test` ([@alexocode])

[Unreleased]: https://github.com/sascha-wolf/knigge/compare/v1.4.1...main
[1.4.1]: https://github.com/sascha-wolf/knigge/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/sascha-wolf/knigge/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/sascha-wolf/knigge/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/sascha-wolf/knigge/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/sascha-wolf/knigge/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/sascha-wolf/knigge/compare/v1.0.4...v1.1.0
[Unreleased]: https://github.com/alexocode/knigge/compare/v1.4.1...main
[1.4.1]: https://github.com/alexocode/knigge/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/alexocode/knigge/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/alexocode/knigge/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/alexocode/knigge/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/alexocode/knigge/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/alexocode/knigge/compare/v1.0.4...v1.1.0

[@alexcastano]: https://github.com/alexcastano
[@NickNeck]: https://github.com/NickNeck
[@polvalente]: https://github.com/polvalente
[@sascha-wolf]: https://github.com/sascha-wolf
[@alexocode]: https://github.com/alexocode
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing

If you discover issues, have ideas for improvements or new features,
please [open an issue](https://github.com/sascha-wolf/knigge/issues)
please [open an issue](https://github.com/alexocode/knigge/issues)
or submit a pull request.

Make sure to follow the following guidelines when doing so.
Expand Down Expand Up @@ -33,14 +33,14 @@ Make sure to follow the following guidelines when doing so.
Here are a few examples:

```
- [#19](https://github.com/sascha-wolf/knigge/pull/19): Fix handling of callbacks without brackets ([@NickNeck])
- [#16](https://github.com/sascha-wolf/knigge/pull/16): Migrate CI from CircleCI to GitHub actions ([@sascha-wolf])
- [#15](https://github.com/sascha-wolf/knigge/pull/15): Add `--app` switch to `mix knigge.verify` ([@polvalente])
- [#19](https://github.com/alexocode/knigge/pull/19): Fix handling of callbacks without brackets ([@NickNeck])
- [#16](https://github.com/alexocode/knigge/pull/16): Migrate CI from CircleCI to GitHub actions ([@alexocode])
- [#15](https://github.com/alexocode/knigge/pull/15): Add `--app` switch to `mix knigge.verify` ([@polvalente])
```

* Mark it up in [Markdown syntax](https://daringfireball.net/projects/markdown/syntax).
* The entry line should start with `- ` (a dash and a space).
* Begin with a link to your pull request (`[#456](https://github.com/sascha-wolf/knigge/pull/456): `)
* Begin with a link to your pull request (`[#456](https://github.com/alexocode/knigge/pull/456): `)
* Describe the core idea of the change. The sentence should end with punctuation.
* If this is a breaking change, mark it with `**(Breaking)**`.
* At the end of the entry, add an implicit link to your GitHub user page as `([@username])`.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Sascha Wolf <swolf.dev@gmail.com>
Copyright (c) 2019 Alex Wolf <craft@alexocode.dev>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Knigge
[![CI](https://github.com/sascha-wolf/knigge/workflows/CI/badge.svg)](https://github.com/sascha-wolf/knigge/actions?query=branch%3Amain+workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/sascha-wolf/knigge/badge.svg?branch=main)](https://coveralls.io/github/sascha-wolf/knigge?branch=main)
[![CI](https://github.com/alexocode/knigge/workflows/CI/badge.svg)](https://github.com/alexocode/knigge/actions?query=branch%3Amain+workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/alexocode/knigge/badge.svg?branch=main)](https://coveralls.io/github/alexocode/knigge?branch=main)
[![Hexdocs.pm](https://img.shields.io/badge/hexdocs-online-blue)](https://hexdocs.pm/knigge/)
[![Hex.pm](https://img.shields.io/hexpm/v/knigge.svg)](https://hex.pm/packages/knigge)
[![Hex.pm Downloads](https://img.shields.io/hexpm/dt/knigge)](https://hex.pm/packages/knigge)
Expand Down
12 changes: 7 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
defmodule Knigge.MixProject do
use Mix.Project

@repo "https://github.com/alexocode/knigge"

def project do
[
app: :knigge,
Expand All @@ -23,8 +25,8 @@ defmodule Knigge.MixProject do

# Docs
name: "Knigge",
source_url: "https://github.com/sascha-wolf/knigge",
homepage_url: "https://github.com/sascha-wolf/knigge",
source_url: @repo,
homepage_url: @repo,

# Hex
description: description(),
Expand Down Expand Up @@ -92,7 +94,7 @@ defmodule Knigge.MixProject do
[
main: "Knigge",
source_ref: "v#{version()}",
source_url: "https://github.com/sascha-wolf/knigge",
source_url: @repo,
extras: @extras,
groups_for_modules: [
"Overview & Configuration": [
Expand All @@ -116,9 +118,9 @@ defmodule Knigge.MixProject do
files: ["lib", "mix.exs", "CHANGELOG*", "LICENSE*", "README*", "version"],
licenses: ["MIT"],
links: %{
"GitHub" => "https://github.com/sascha-wolf/knigge"
"GitHub" =>@repo
},
maintainers: ["Sascha Wolf <swolf.dev@gmail.com>"]
maintainers: ["Alex Wolf <craft@alexocode.dev>"]
]
end

Expand Down

0 comments on commit 0ec113d

Please sign in to comment.