Browse Source

LibWeb: Fix e-mail address mishap

Andreas Kling 2 years ago
parent
commit
010be491a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Userland/Libraries/LibWeb/Fetch/Infrastructure/URL.h

+ 1 - 1
Userland/Libraries/LibWeb/Fetch/Infrastructure/URL.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2022, Linus Groh <linusg@serenityos.org>
- * Copyright (c) 2022, Andreas Kling <linusg@serenityos.org>
+ * Copyright (c) 2022, Andreas Kling <kling@serenityos.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */