Skip to content
Snippets Groups Projects
Commit 1fdd3ee2 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: Rename module mailutils to mail.

* gnu/packages/mail.scm: Rename from gnu/packages/mailutils.scm.
* gnu-system.am: Rename the module.
parent 995b7261
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ GNU_SYSTEM_MODULES = \ ...@@ -115,7 +115,7 @@ GNU_SYSTEM_MODULES = \
gnu/packages/lua.scm \ gnu/packages/lua.scm \
gnu/packages/lvm.scm \ gnu/packages/lvm.scm \
gnu/packages/m4.scm \ gnu/packages/m4.scm \
gnu/packages/mailutils.scm \ gnu/packages/mail.scm \
gnu/packages/make-bootstrap.scm \ gnu/packages/make-bootstrap.scm \
gnu/packages/maths.scm \ gnu/packages/maths.scm \
gnu/packages/mit-krb5.scm \ gnu/packages/mit-krb5.scm \
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
;;; You should have received a copy of the GNU General Public License ;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. ;;; 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)
#:use-module (gnu packages linux) #:use-module (gnu packages linux)
#:use-module (gnu packages gnutls) #:use-module (gnu packages gnutls)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment