diff options
author | Luke Shumaker <lukeshu@datawire.io> | 2019-08-14 20:11:09 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@datawire.io> | 2019-08-14 20:11:09 -0400 |
commit | ce175d883abeacd2563277f432e0f358ce159ac6 (patch) | |
tree | 62a844cae9e9a8a60da51ef2367c6ab15bd2c3f3 /sd_daemon/notify_nonlinux.go | |
parent | 17934614d3030eeebda44b88ce3061d26199a438 (diff) |
Update my email address everywhere it appears
Diffstat (limited to 'sd_daemon/notify_nonlinux.go')
-rw-r--r-- | sd_daemon/notify_nonlinux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd_daemon/notify_nonlinux.go b/sd_daemon/notify_nonlinux.go index 5acc5d7..2ed3136 100644 --- a/sd_daemon/notify_nonlinux.go +++ b/sd_daemon/notify_nonlinux.go @@ -108,7 +108,7 @@ func (msg Notification) Send(unsetEnv bool) error { // BUG(lukeshu): Spoofing the socket credentials is // not implemnted on non-Linux kernels. If you are // knowledgable about how to do this on other kernels, - // please let me know at lukeshu@lukeshu.com! + // please let me know at <lukeshu@lukeshu.com>! havePid = false } |