diff options
| author | Alexander Barton <alex@barton.de> | 2024-01-20 14:03:17 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2024-01-20 16:43:54 +0100 |
| commit | e339d9c3818bce80bc0ec9ddc7f4b302f28c15a6 (patch) | |
| tree | 7f0d9caca1171dcb77fb0a30161caf30ca26f086 /contrib | |
| parent | 47f9c6d0a0085da2fbcbdae0a9736b79a98cc527 (diff) | |
| download | ngircd-e339d9c3818bce80bc0ec9ddc7f4b302f28c15a6.tar.gz ngircd-e339d9c3818bce80bc0ec9ddc7f4b302f28c15a6.zip | |
Convert the AUTHORS file to Markdown
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/Debian/copyright | 6 | ||||
| -rw-r--r-- | contrib/ngircd.spec | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/contrib/Debian/copyright b/contrib/Debian/copyright index f66d1fc4..4b39bfa9 100644 --- a/contrib/Debian/copyright +++ b/contrib/Debian/copyright @@ -9,7 +9,8 @@ Copyright: 2001-2024 Alexander Barton <alex@barton.de> and Contributors. License: GPL-2.0+ Comment: - See /usr/share/doc/ngircd/AUTHORS for the full list of authors and contributors. + See /usr/share/doc/ngircd/AUTHORS.md for the full list of authors and + contributors. Files: contrib/de.barton.ngircd.metainfo.xml @@ -17,7 +18,8 @@ Copyright: 2001-2024 Alexander Barton <alex@barton.de> and Contributors. License: MIT Comment: - See /usr/share/doc/ngircd/AUTHORS for the full list of authors and contributors. + See /usr/share/doc/ngircd/AUTHORS.md for the full list of authors and + contributors. License: GPL-2.0+ This package is free software; you can redistribute it and/or modify diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 1cbf60c3..f4cc0242 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -50,7 +50,7 @@ make %{?_smp_mflags} %files %defattr(755,root,root) -%doc AUTHORS COPYING ChangeLog INSTALL.md NEWS README.md doc/* +%doc AUTHORS.md COPYING ChangeLog INSTALL.md NEWS README.md doc/* %config(noreplace) /etc %{_prefix}/sbin %{_mandir}/man5/ngircd.conf* |