diff options
author | Andreas Enge <andreas@enge.fr> | 2016-05-03 21:25:31 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-05-03 21:25:31 +0200 |
commit | 5ef819cc01126fd28938ec5d148ae4c1a3f6a912 (patch) | |
tree | 65a17b8c88dfab517f7cb8b125bb64f89ef0544e | |
parent | 5b8a85431dd746eb975d70fe31aeb05609946d80 (diff) | |
download | guix-5ef819cc01126fd28938ec5d148ae4c1a3f6a912.tar guix-5ef819cc01126fd28938ec5d148ae4c1a3f6a912.tar.gz |
gnu: redeclipse: Rename to red-eclipse.
* gnu/packages/games.scm (redeclipse): Rename to...
(red-eclipse): ...this.
This is a follow-up to commit 5b8a85431dd746eb975d70fe31aeb05609946d80,
which changed only the name field of the package.
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 52a7f9b73e..55bffe9539 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2097,7 +2097,7 @@ the chat server psyced with the specific config located at http://lavachat.symlynx.com/unix/") (license license:gpl2+))) -(define-public redeclipse +(define-public red-eclipse (let ((data-sources '(("acerspyro" "0gxxr6nbac918b49x1cp72nw951hqm5m4iyi2shb1612ly384w8q") ("actors" "1jq9q82m6nx07nwpb5cnpdcwa33jrcgg0j2yir8zk6zpnxdmp0il") |