Fixes the Authors check in CI.
Bas Nijholt authored on 09/04/2020 13:32:17... | ... |
@@ -1,8 +1,13 @@ |
1 | 1 |
## Authors |
2 |
-Below is a list of the contributors to Adaptive: |
|
3 | 2 |
|
4 |
-+ [Anton Akhmerov](<https://antonakhmerov.org>) |
|
3 |
+The current maintainers of Adaptive are: |
|
4 |
+ |
|
5 | 5 |
+ [Bas Nijholt](<http://nijho.lt>) |
6 |
++ [Joseph Weston](<https://joseph.weston.cloud>) |
|
7 |
++ [Anton Akhmerov](<https://antonakhmerov.org>) |
|
8 |
+ |
|
9 |
+Other contributors to Adaptive include: |
|
10 |
+ |
|
11 |
++ Andrey E. Antipov |
|
6 | 12 |
+ [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>) |
7 | 13 |
+ Jorn Hoofwijk |
8 |
-+ [Joseph Weston](<https://joseph.weston.cloud>) |
and remove the code to find the complete author list from git because
our CI job will ensure that all the contributors will be included
in that file.
... | ... |
@@ -6,9 +6,3 @@ Below is a list of the contributors to Adaptive: |
6 | 6 |
+ [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>) |
7 | 7 |
+ Jorn Hoofwijk |
8 | 8 |
+ [Joseph Weston](<https://joseph.weston.cloud>) |
9 |
- |
|
10 |
-For a full list of contributors run |
|
11 |
- |
|
12 |
-``` |
|
13 |
-git log --pretty=format:"%an" | sort | uniq |
|
14 |
-``` |
... | ... |
@@ -2,10 +2,10 @@ |
2 | 2 |
Below is a list of the contributors to Adaptive: |
3 | 3 |
|
4 | 4 |
+ [Anton Akhmerov](<https://antonakhmerov.org>) |
5 |
-+ [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>) |
|
6 | 5 |
+ [Bas Nijholt](<http://nijho.lt>) |
7 |
-+ [Joseph Weston](<https://joseph.weston.cloud>) |
|
6 |
++ [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>) |
|
8 | 7 |
+ Jorn Hoofwijk |
8 |
++ [Joseph Weston](<https://joseph.weston.cloud>) |
|
9 | 9 |
|
10 | 10 |
For a full list of contributors run |
11 | 11 |
|
... | ... |
@@ -5,6 +5,7 @@ Below is a list of the contributors to Adaptive: |
5 | 5 |
+ [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>) |
6 | 6 |
+ [Bas Nijholt](<http://nijho.lt>) |
7 | 7 |
+ [Joseph Weston](<https://joseph.weston.cloud>) |
8 |
++ Jorn Hoofwijk |
|
8 | 9 |
|
9 | 10 |
For a full list of contributors run |
10 | 11 |
|
... | ... |
@@ -1,7 +1,8 @@ |
1 | 1 |
# Adaptive Authors |
2 |
-Below is a list of the main contributors to Adaptive: |
|
2 |
+Below is a list of the contributors to Adaptive: |
|
3 | 3 |
|
4 | 4 |
+ [Anton Akhmerov](<https://antonakhmerov.org>) |
5 |
++ [Christoph Groth](<http://inac.cea.fr/Pisp/christoph.groth/>) |
|
5 | 6 |
+ [Bas Nijholt](<http://nijho.lt>) |
6 | 7 |
+ [Joseph Weston](<https://joseph.weston.cloud>) |
7 | 8 |
|
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,11 @@ |
1 |
+# Adaptive Authors |
|
2 |
+Below is a list of the main contributors to Adaptive: |
|
3 |
+ |
|
4 |
++ [Anton Akhmerov](<https://antonakhmerov.org>) |
|
5 |
++ [Bas Nijholt](<http://nijho.lt>) |
|
6 |
++ [Joseph Weston](<https://joseph.weston.cloud>) |
|
7 |
+ |
|
8 |
+For a full list of contributors run |
|
9 |
+ |
|
10 |
+ :::bash |
|
11 |
+ git log --pretty=format:"%an" | sort | uniq |