> From 1a78f4bb97d2697a3e202a21c3d222b30c136ac4 Mon Sep 17 00:00:00 2001 > From: Kei Yamashita <k...@openmailbox.org> > Date: Tue, 3 May 2016 12:04:38 -0400 > Subject: [PATCH] gnu: Rename redeclipse package to match naming specification. > > * gnu/packages/games.scm (redeclipse): Rename to... > (red-eclipse): ...this. > --- > gnu/packages/games.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm > index 34998ce..52a7f9b 100644 > --- a/gnu/packages/games.scm > +++ b/gnu/packages/games.scm > @@ -2133,7 +2133,7 @@ http://lavachat.symlynx.com/unix/") > ("weapons" > "1ghn6nfcnd5lyl8dnj22csldvf9hrb32wjzpab4sjjz3iyv0zmr3") > ("wicked" > "0q9badvg6ix5rhl05s83kw2v6a49jpnbkqk4ls89qahaddfagi8g")))) > (package > - (name "redeclipse") > + (name "red-eclipse") > (version "1.5.3") > (source (origin > (method url-fetch)
Only the package name is renamed here. I think it would be more consistent to rename the variable as well. -- Alex