|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2014 Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
|
|
|
+ * Copyright (c) 2014 Arturo Borrero Gonzalez <arturo@debian.org>
|
|
|
*
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
@@ -72,5 +72,5 @@ module_init(nft_redir_ipv6_module_init);
|
|
|
module_exit(nft_redir_ipv6_module_exit);
|
|
|
|
|
|
MODULE_LICENSE("GPL");
|
|
|
-MODULE_AUTHOR("Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>");
|
|
|
+MODULE_AUTHOR("Arturo Borrero Gonzalez <arturo@debian.org>");
|
|
|
MODULE_ALIAS_NFT_AF_EXPR(AF_INET6, "redir");
|