commit: 543e84d27800fd120770385b210448f4570edf9f Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Fri Oct 6 17:54:33 2023 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Fri Oct 6 18:00:03 2023 +0000 URL: https://gitweb.gentoo.org/proj/elogv.git/commit/?id=543e84d2
Complete information on elogv authors Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org> elogv | 1 + pyproject.toml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/elogv b/elogv index 70346e9..d28e4bc 100755 --- a/elogv +++ b/elogv @@ -5,6 +5,7 @@ # - Julian Ospald (hasufell) <[email protected]> # - Sebastian Pipping (sping) <[email protected]> # - Gilles Dartiguelongue (EvaSDK) <[email protected]> +# - Alfred Wingate <[email protected]> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyproject.toml b/pyproject.toml index 441f5ce..357d25a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,12 @@ name = "elogv" version = "0.8.2" authors = [ {name = "Luca Marturana", email = "[email protected]"}, + {name = "Julian Ospald", email = "[email protected]"}, + {name = "Sebastian Pipping", email = "[email protected]"}, + {name = "Gilles Dartiguelongue", email = "[email protected]"}, + {name = "Francesco Turco", email = "[email protected]"}, + {name = "Montana Mendy", email = "[email protected]"}, + {name = "Alfred Wingate", email = "[email protected]"}, ] license = {text = "GPL-2.0-or-later"} description = "Curses based utility to view elogs created by Portage"
