소스 검색

Change author URL

Karsten Silkenbäumer 6 년 전
부모
커밋
55cac17456
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/core/operations/FernetDecrypt.mjs
  2. 1 1
      src/core/operations/FernetEncrypt.mjs
  3. 1 1
      tests/operations/tests/Fernet.mjs

+ 1 - 1
src/core/operations/FernetDecrypt.mjs

@@ -1,5 +1,5 @@
 /**
- * @author Karsten Silkenbäumer [kassi@users.noreply.github.com]
+ * @author Karsten Silkenbäumer [github.com/kassi]
  * @copyright Karsten Silkenbäumer 2019
  * @license Apache-2.0
  */

+ 1 - 1
src/core/operations/FernetEncrypt.mjs

@@ -1,5 +1,5 @@
 /**
- * @author Karsten Silkenbäumer [kassi@users.noreply.github.com]
+ * @author Karsten Silkenbäumer [github.com/kassi]
  * @copyright Karsten Silkenbäumer 2019
  * @license Apache-2.0
  */

+ 1 - 1
tests/operations/tests/Fernet.mjs

@@ -1,7 +1,7 @@
 /**
  * Fernet tests.
  *
- * @author Karsten Silkenbäumer [kassi@users.noreply.github.com]
+ * @author Karsten Silkenbäumer [github.com/kassi]
  * @copyright Karsten Silkenbäumer 2019
  * @license Apache-2.0
  */