瀏覽代碼

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
  */