diff options
-rw-r--r-- | acct-user/epmd/epmd-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acct-user/epmd/epmd-0.ebuild b/acct-user/epmd/epmd-0.ebuild index 687e5b164861..5648cf82fb26 100644 --- a/acct-user/epmd/epmd-0.ebuild +++ b/acct-user/epmd/epmd-0.ebuild @@ -1,11 +1,11 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit acct-user -DESCRIPTION="User for Erlang Protmapper Daemon" +DESCRIPTION="User for Erlang Portmapper Daemon" ACCT_USER_ID=335 ACCT_USER_GROUPS=( epmd ) |