diff options
Diffstat (limited to 'relx.config')
-rw-r--r-- | relx.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/relx.config b/relx.config index a86ab3f..7a3d62e 100644 --- a/relx.config +++ b/relx.config @@ -1,3 +1,3 @@ %% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- -{release, {relcool, "0.0.1"}, - [relcool]}. +{release, {relx, "0.0.1"}, + [relx]}. |