diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-12-31 08:52:36 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-12-31 08:52:36 +0000 |
commit | 145c6029e06c3348ed88d338cc9fc5f7f39624f9 (patch) | |
tree | 44e33e86d583772e837b63afdada0fb244070816 | |
parent | Using output of /dev/urandom. Simply convert bytes into 8-bit (diff) |
Take over maintainership.
Approved by: alepulver (maintainer).
Notes
Notes:
svn path=/head/; revision=288315
-rw-r--r-- | Mk/bsd.lua.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.lua.mk b/Mk/bsd.lua.mk index 877583abf080..c0822648634b 100644 --- a/Mk/bsd.lua.mk +++ b/Mk/bsd.lua.mk @@ -130,7 +130,7 @@ # The lua modules install in a separate directory, so there is no problem. # -LUA_Include_MAINTAINER= alepulver@FreeBSD.org +LUA_Include_MAINTAINER= lua@FreeBSD.org # # Global definitions. |