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 /gnu | |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm (renamed from gnu/packages/mailutils.scm) | 2 |
1 files changed, 1 insertions, 1 deletions
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) |