nolimips 216: Use the right e-mail address in the Vcs helper.

https://svn.lrde.epita.fr/svn/nolimips/trunk I didn't mention the removal of src/inst/fwd.hh from the repository in ChangeLog, because ChangeLogs must notify changes w.r.t the distribution, not the repository. Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> * vcs/nolimips.rb: Use the right e-mail address. nolimips.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: vcs/nolimips.rb --- vcs/nolimips.rb (revision 215) +++ vcs/nolimips.rb (working copy) @@ -7,7 +7,7 @@ def nolimips_commit! ( *args ) common_commit!("nolimips 216: <%= title %>", *args) do |subject| - mail!(:to => %w[tiger-patches@lrde.epita.fr], :subject => subject) + mail!(:to => %w[projects@lrde.epita.fr], :subject => subject) end end alias_command :nolci, :nolimips_commit
participants (1)
-
Roland Levillain