Skip to content

Commit d519be3

Browse files
committed
Rename and convert AUTHORS.adoc to AUTHORS.md
1 parent 3645322 commit d519be3

File tree

7 files changed

+17
-21
lines changed

7 files changed

+17
-21
lines changed

AUTHORS.adoc

Lines changed: 0 additions & 16 deletions
This file was deleted.

AUTHORS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# WeeChat Relay Authors
2+
3+
## Developers
4+
5+
- General code
6+
- [Sébastien Helleu](https://github.com/flashcode) (FlashCode)
7+
8+
## Contributors
9+
10+
Alphabetically:
11+
12+
- Abhilash Raj

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/weechat-relay.cygport.in
130130
# install some files (only on Cygwin)
131131
if(CYGWIN)
132132
install(FILES
133-
${CMAKE_CURRENT_SOURCE_DIR}/AUTHORS.adoc
133+
${CMAKE_CURRENT_SOURCE_DIR}/AUTHORS.md
134134
${CMAKE_CURRENT_SOURCE_DIR}/CHANGELOG.md
135135
${CMAKE_CURRENT_SOURCE_DIR}/CONTRIBUTING.md
136136
${CMAKE_CURRENT_SOURCE_DIR}/README.md

debian-stable/libweechatrelay.docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AUTHORS.adoc
1+
AUTHORS.md
22
CONTRIBUTING.md
33
README.md
44
UPGRADING.md

doc/en/weechat-relay-cli.1.en.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ messages received from WeeChat.
6262
== COPYRIGHT
6363

6464
WeeChat Relay is written by Sébastien Helleu and contributors (complete list is
65-
in the AUTHORS.adoc file).
65+
in the AUTHORS.md file).
6666

6767
Copyright (C) 2019-2023 {author}
6868

doc/fr/weechat-relay-cli.1.fr.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ et afficher les messages binaires reçus de WeeChat.
6565
== COPYRIGHT
6666

6767
WeeChat Relay est écrit par Sébastien Helleu et des contributeurs (la liste
68-
complète est dans le fichier AUTHORS.adoc).
68+
complète est dans le fichier AUTHORS.md).
6969

7070
Copyright (C) 2019-2023 {author}
7171

weechat-relay.cygport.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ libweechatrelay_DESCRIPTION="WeeChat Relay is a C library to communicate \
9696
between WeeChat and a client using the \"weechat\" relay protocol."
9797
libweechatrelay_CONTENTS="
9898
usr/lib/libweechatrelay.dll
99-
usr/share/doc/weechat/AUTHORS.adoc
99+
usr/share/doc/weechat/AUTHORS.md
100100
usr/share/doc/weechat/CHANGELOG.md
101101
usr/share/doc/weechat/CONTRIBUTING.md
102102
usr/share/doc/weechat/COPYING

0 commit comments

Comments
 (0)