Repository: logging-log4net
Updated Branches:
  refs/heads/develop c1ef66bbe -> 4aeb612ad


Keys: yet another attempt


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/4aeb612a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/4aeb612a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/4aeb612a

Branch: refs/heads/develop
Commit: 4aeb612ad9f3b072017f032580c485727c9ca585
Parents: c1ef66b
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Thu Jul 20 18:20:17 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Thu Jul 20 18:20:17 2017 +0200

----------------------------------------------------------------------
 KEYS.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4aeb612a/KEYS.md
----------------------------------------------------------------------
diff --git a/KEYS.md b/KEYS.md
index 3137f8d..0839ef4 100644
--- a/KEYS.md
+++ b/KEYS.md
@@ -6,21 +6,21 @@ This file contains the PGP keys of various Apache developers. 
These keys are pri
 
 This information is for the developers. To add your key information use the 
following shell script by setting the variables NAME and EMAIL to your name and 
email respectively:
 
-<code>
+````
 #!/bin/bash
 NAME="your name"
 EMAIL="your@email"
 
-cat &lt;&lt;EOT &gt;&gt; KEYS.md
+cat <<EOT >> KEYS.md
 ## $NAME $EMAIL
 
-&#96;&#96;&#96;
+```
 gpg --list-keys $EMAIL
-&#96;&#96;&#96;
+```
 
-&#96;&#96;&#96;
+```
 gpg --export -a $EMAIL
-&#96;&#96;&#96;
+```
 
 EOT
 </code>

Reply via email to