From 59fb3dfe180179bfde70f5040c1514f89a7d9ba6 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 3 Feb 2015 10:36:45 +0100 Subject: Update CREDITS file --- CREDITS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CREDITS') diff --git a/CREDITS b/CREDITS index 47a968deb..c2c6642dc 100644 --- a/CREDITS +++ b/CREDITS @@ -29,6 +29,9 @@ dev@marienfressinaud.fr http://marienfressinaud.fr https://github.com/marienfressinaud +Melvyn Laïly +https://github.com/yaurthek + Nicolas Elie https://github.com/nicolaselie -- cgit v1.2.3 From 126969777af9de305d7f99bdcfd5d1b8b9285e44 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 23 May 2015 18:31:45 +0200 Subject: Credits file in Markdown format + details --- CREDITS | 42 ------------------------------------------ CREDITS.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 CREDITS create mode 100644 CREDITS.md (limited to 'CREDITS') diff --git a/CREDITS b/CREDITS deleted file mode 100644 index c2c6642dc..000000000 --- a/CREDITS +++ /dev/null @@ -1,42 +0,0 @@ -This is a credit file of people who have contributed to FreshRSS with, at least, -one commit on the FreshRSS repository (at https://github.com/FreshRSS/FreshRSS). -Please note a commit on THIS specific file is not considered as a contribution -(too easy!). It's purpose is to show even the smallest contribution is important. -People are sorted by name so please keep this order. - ---- - -Alexandre Alapetite -https://github.com/Alkarex - -Alexis Degrugillier -https://github.com/aledeg - -Alwaysin -https://github.com/Alwaysin - -Amaury Carrade -https://github.com/AmauryCarrade - -ealdraed -https://github.com/ealdraed - -Luc Didry -https://github.com/ldidry - -Marien Fressinaud -dev@marienfressinaud.fr -http://marienfressinaud.fr -https://github.com/marienfressinaud - -Melvyn Laïly -https://github.com/yaurthek - -Nicolas Elie -https://github.com/nicolaselie - -plopoyop -https://github.com/plopoyop - -tomgue -https://github.com/tomgue diff --git a/CREDITS.md b/CREDITS.md new file mode 100644 index 000000000..c2c6642dc --- /dev/null +++ b/CREDITS.md @@ -0,0 +1,42 @@ +This is a credit file of people who have contributed to FreshRSS with, at least, +one commit on the FreshRSS repository (at https://github.com/FreshRSS/FreshRSS). +Please note a commit on THIS specific file is not considered as a contribution +(too easy!). It's purpose is to show even the smallest contribution is important. +People are sorted by name so please keep this order. + +--- + +Alexandre Alapetite +https://github.com/Alkarex + +Alexis Degrugillier +https://github.com/aledeg + +Alwaysin +https://github.com/Alwaysin + +Amaury Carrade +https://github.com/AmauryCarrade + +ealdraed +https://github.com/ealdraed + +Luc Didry +https://github.com/ldidry + +Marien Fressinaud +dev@marienfressinaud.fr +http://marienfressinaud.fr +https://github.com/marienfressinaud + +Melvyn Laïly +https://github.com/yaurthek + +Nicolas Elie +https://github.com/nicolaselie + +plopoyop +https://github.com/plopoyop + +tomgue +https://github.com/tomgue -- cgit v1.2.3