diff --git a/Cargo.toml b/Cargo.toml index fc2417fc..2ca3999b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitui" version = "0.20.1" -authors = ["Stephan Dilly "] +authors = ["extrawurst "] description = "blazing fast terminal-ui for git" edition = "2018" rust-version = "1.50" diff --git a/LICENSE.md b/LICENSE.md index 9eca68c6..997e1f09 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Stephan Dilly +Copyright (c) 2022 extrawurst Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index f18eb52a..f79715ec 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "asyncgit" version = "0.21.0" -authors = ["Stephan Dilly "] +authors = ["extrawurst "] edition = "2018" description = "allow using git2 in a asynchronous context" homepage = "https://github.com/extrawurst/gitui" diff --git a/filetreelist/Cargo.toml b/filetreelist/Cargo.toml index 17300ba1..c7147a4f 100644 --- a/filetreelist/Cargo.toml +++ b/filetreelist/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "filetreelist" version = "0.5.0" -authors = ["Stephan Dilly "] +authors = ["extrawurst "] edition = "2018" description = "filetree abstraction based on a sorted path list, supports key based navigation events, folding, scrolling and more" homepage = "https://github.com/extrawurst/gitui" diff --git a/invalidstring/Cargo.toml b/invalidstring/Cargo.toml index f252c37b..ff859dd6 100644 --- a/invalidstring/Cargo.toml +++ b/invalidstring/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "invalidstring" version = "0.1.2" -authors = ["Stephan Dilly "] +authors = ["extrawurst "] edition = "2018" description = "just for testing invalid string data" homepage = "https://github.com/extrawurst/gitui" diff --git a/scopetime/Cargo.toml b/scopetime/Cargo.toml index 8634a4cd..506454b8 100644 --- a/scopetime/Cargo.toml +++ b/scopetime/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "scopetime" version = "0.1.1" -authors = ["Stephan Dilly "] +authors = ["extrawurst "] edition = "2018" description = "log runtime of arbitrary scope" homepage = "https://github.com/extrawurst/gitui" diff --git a/wix/main.wxs b/wix/main.wxs index c94ee965..61ecda29 100644 --- a/wix/main.wxs +++ b/wix/main.wxs @@ -35,7 +35,7 @@ Id='*' Name='gitui' UpgradeCode='C1CADE63-A601-4E02-96CC-FB921D5B174E' - Manufacturer='Stephan Dilly' + Manufacturer='extrawurst' Language='1033' Codepage='1252' Version='$(var.Version)'> @@ -43,7 +43,7 @@