Skip to content

Commit d311673

Browse files
committed
Merge branch 'mr/pmderodat/support-mail' into 'master'
Replace occurrences of [email protected] with support@ See merge request eng/libadalang/langkit-query-language!415
2 parents c2b9350 + 9296da7 commit d311673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkql_checker/src/gnatcheck-output.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ package body Gnatcheck.Output is
737737
begin
738738
Brief_Help;
739739
New_Line;
740-
Put_Line ("Report bugs to report@adacore.com");
740+
Put_Line ("Report bugs to support@adacore.com");
741741
end Print_Gnatcheck_Usage;
742742

743743
end Gnatcheck.Output;

0 commit comments

Comments
 (0)