From 5ff1fbe175af17fbb808c5ea942f465a932da3af Mon Sep 17 00:00:00 2001 From: "Christopher R. Nelson" Date: Tue, 21 Jul 2026 11:44:41 -0400 Subject: Rename app from er_xdg_pipe_menu to xdg_pipe_menu Drop the "er-" prefix throughout: module/atom names, filenames, socket paths, and docs. It was an implementation detail, not part of the app's identity. Co-Authored-By: Claude Sonnet 5 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 25a5a33..9071343 100644 --- a/rebar.config +++ b/rebar.config @@ -3,5 +3,5 @@ {shell, [ %% {config, "config/sys.config"}, - {apps, [er_xdg_pipe_menu]} + {apps, [xdg_pipe_menu]} ]}. -- cgit v1.2.3