Przeglądaj źródła

docs: Rename markypython username (#1898)

Mark Skelton 5 lat temu
rodzic
commit
84c3eda830
3 zmienionych plików z 4 dodań i 4 usunięć
  1. 1 1
      CHANGELOG.md
  2. 2 2
      README.md
  3. 1 1
      website/src/_posts/2019-10-1.5.md

+ 1 - 1
CHANGELOG.md

@@ -190,7 +190,7 @@ This release features new remote providers for Facebook and OneDrive, new langua
 - @uppy/locales: fix typo in Persian locale (@uxitten, #1865)
 - @uppy/locales: improve Swedish translation (@marcusforberg, #1859)
 - @uppy/aws-s3: replace browser-only resolve-url by isomorphic url-parse (@goto-bus-stop, #1854)
-- docs: remove pre 1.0 notice from changelog (@markypython, #1858)
+- docs: remove pre 1.0 notice from changelog (@mskelton, #1858)
 - docs: fix typo (@leftdevel, #1852)
 - test: add end-to-end test with retries (@ifedapoolarewaju, #1766)
 

+ 2 - 2
README.md

@@ -301,9 +301,9 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu
 :---: |:---: |:---: |:---: |:---: |:---: |
 [kyleparisi](https://github.com/kyleparisi) |[larowlan](https://github.com/larowlan) |[dviry](https://github.com/dviry) |[leods92](https://github.com/leods92) |[lucaperret](https://github.com/lucaperret) |[mperrando](https://github.com/mperrando) |
 
-[<img alt="marcusforsberg" src="https://avatars0.githubusercontent.com/u/1009069?v=4&s=117" width="117">](https://github.com/marcusforsberg) |[<img alt="markypython" src="https://avatars3.githubusercontent.com/u/25914066?v=4&s=117" width="117">](https://github.com/markypython) |[<img alt="mattfik" src="https://avatars2.githubusercontent.com/u/1638028?v=4&s=117" width="117">](https://github.com/mattfik) |[<img alt="MatthiasKunnen" src="https://avatars3.githubusercontent.com/u/16807587?v=4&s=117" width="117">](https://github.com/MatthiasKunnen) |[<img alt="hrsh" src="https://avatars3.githubusercontent.com/u/1929359?v=4&s=117" width="117">](https://github.com/hrsh) |[<img alt="achmiral" src="https://avatars0.githubusercontent.com/u/10906059?v=4&s=117" width="117">](https://github.com/achmiral) |
+[<img alt="marcusforsberg" src="https://avatars0.githubusercontent.com/u/1009069?v=4&s=117" width="117">](https://github.com/marcusforsberg) |[<img alt="mskelton" src="https://avatars3.githubusercontent.com/u/25914066?v=4&s=117" width="117">](https://github.com/mskelton) |[<img alt="mattfik" src="https://avatars2.githubusercontent.com/u/1638028?v=4&s=117" width="117">](https://github.com/mattfik) |[<img alt="MatthiasKunnen" src="https://avatars3.githubusercontent.com/u/16807587?v=4&s=117" width="117">](https://github.com/MatthiasKunnen) |[<img alt="hrsh" src="https://avatars3.githubusercontent.com/u/1929359?v=4&s=117" width="117">](https://github.com/hrsh) |[<img alt="achmiral" src="https://avatars0.githubusercontent.com/u/10906059?v=4&s=117" width="117">](https://github.com/achmiral) |
 :---: |:---: |:---: |:---: |:---: |:---: |
-[marcusforsberg](https://github.com/marcusforsberg) |[markypython](https://github.com/markypython) |[mattfik](https://github.com/mattfik) |[MatthiasKunnen](https://github.com/MatthiasKunnen) |[hrsh](https://github.com/hrsh) |[achmiral](https://github.com/achmiral) |
+[marcusforsberg](https://github.com/marcusforsberg) |[mskelton](https://github.com/mskelton) |[mattfik](https://github.com/mattfik) |[MatthiasKunnen](https://github.com/MatthiasKunnen) |[hrsh](https://github.com/hrsh) |[achmiral](https://github.com/achmiral) |
 
 [<img alt="mnafees" src="https://avatars1.githubusercontent.com/u/1763885?v=4&s=117" width="117">](https://github.com/mnafees) |[<img alt="leftdevel" src="https://avatars3.githubusercontent.com/u/843337?v=4&s=117" width="117">](https://github.com/leftdevel) |[<img alt="phillipalexander" src="https://avatars0.githubusercontent.com/u/1577682?v=4&s=117" width="117">](https://github.com/phillipalexander) |[<img alt="Pzoco" src="https://avatars0.githubusercontent.com/u/3101348?v=4&s=117" width="117">](https://github.com/Pzoco) |[<img alt="eman8519" src="https://avatars2.githubusercontent.com/u/2380804?v=4&s=117" width="117">](https://github.com/eman8519) |[<img alt="luarmr" src="https://avatars3.githubusercontent.com/u/817416?v=4&s=117" width="117">](https://github.com/luarmr) |
 :---: |:---: |:---: |:---: |:---: |:---: |

+ 1 - 1
website/src/_posts/2019-10-1.5.md

@@ -156,7 +156,7 @@ See [#1843](https://github.com/transloadit/uppy/pull/1843) for details.
 - docs: explicitly document supported tus-js-client options (#1755 / @goto-bus-stop)
 - docs: fix typo (@leftdevel, #1852)
 - docs: redux - mentioned that we can't persist Uppy state (#1793 / @lakesare)
-- docs: remove pre-1.0 notice from changelog (@markypython, #1858)
+- docs: remove pre-1.0 notice from changelog (@mskelton, #1858)
 - docs: talk about marking some files as “already uploaded” (c345cbd58992f7bea9525629c28d38420c6b36a3 / @arturi)
 - test: add end-to-end test with retries (@ifedapoolarewaju, #1766)
 - tests: e2e: reintroduce e2e test for providers locally (#1706 / @ifedapoolarewaju)