mirror of
https://github.com/gitui-org/gitui
synced 2026-05-22 16:38:28 +00:00
change author name
This commit is contained in:
parent
9db318ff1f
commit
77472d086f
7 changed files with 8 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "gitui"
|
||||
version = "0.20.1"
|
||||
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
||||
authors = ["extrawurst <mail@rusticorn.com>"]
|
||||
description = "blazing fast terminal-ui for git"
|
||||
edition = "2018"
|
||||
rust-version = "1.50"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "asyncgit"
|
||||
version = "0.21.0"
|
||||
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
||||
authors = ["extrawurst <mail@rusticorn.com>"]
|
||||
edition = "2018"
|
||||
description = "allow using git2 in a asynchronous context"
|
||||
homepage = "https://github.com/extrawurst/gitui"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "filetreelist"
|
||||
version = "0.5.0"
|
||||
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
||||
authors = ["extrawurst <mail@rusticorn.com>"]
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "invalidstring"
|
||||
version = "0.1.2"
|
||||
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
||||
authors = ["extrawurst <mail@rusticorn.com>"]
|
||||
edition = "2018"
|
||||
description = "just for testing invalid string data"
|
||||
homepage = "https://github.com/extrawurst/gitui"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "scopetime"
|
||||
version = "0.1.1"
|
||||
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
||||
authors = ["extrawurst <mail@rusticorn.com>"]
|
||||
edition = "2018"
|
||||
description = "log runtime of arbitrary scope"
|
||||
homepage = "https://github.com/extrawurst/gitui"
|
||||
|
|
|
|||
|
|
@ -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 @@
|
|||
<Package Id='*'
|
||||
Keywords='Installer'
|
||||
Description='blazing fast terminal-ui for git'
|
||||
Manufacturer='Stephan Dilly'
|
||||
Manufacturer='extrawurst'
|
||||
InstallerVersion='450'
|
||||
Languages='1033'
|
||||
Compressed='yes'
|
||||
|
|
|
|||
Loading…
Reference in a new issue