diff options
author | Andreas Enge <andreas@enge.fr> | 2013-09-22 21:01:40 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-09-22 21:01:40 +0200 |
commit | 1fdd3ee2a680d3a7fd2e76d49e2f0120b888a72a (patch) | |
tree | 4b69669280dbc999de4807db811097e5818da59f | |
parent | 995b726131259f8480772ee8469ef69a42f608cd (diff) | |
download | patches-1fdd3ee2a680d3a7fd2e76d49e2f0120b888a72a.tar patches-1fdd3ee2a680d3a7fd2e76d49e2f0120b888a72a.tar.gz |
gnu: Rename module mailutils to mail.
* gnu/packages/mail.scm: Rename from gnu/packages/mailutils.scm.
* gnu-system.am: Rename the module.
-rw-r--r-- | gnu-system.am | 2 | ||||
-rw-r--r-- | gnu/packages/mail.scm (renamed from gnu/packages/mailutils.scm) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu-system.am b/gnu-system.am index a5c17f6f42..a7fbb27252 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -115,7 +115,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/lua.scm \ gnu/packages/lvm.scm \ gnu/packages/m4.scm \ - gnu/packages/mailutils.scm \ + gnu/packages/mail.scm \ gnu/packages/make-bootstrap.scm \ gnu/packages/maths.scm \ gnu/packages/mit-krb5.scm \ diff --git a/gnu/packages/mailutils.scm b/gnu/packages/mail.scm index 15ca939e66..a6507c3b71 100644 --- a/gnu/packages/mailutils.scm +++ b/gnu/packages/mail.scm @@ -16,7 +16,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. -(define-module (gnu packages mailutils) +(define-module (gnu packages mail) #:use-module (gnu packages) #:use-module (gnu packages linux) #:use-module (gnu packages gnutls) |