diff options
| -rw-r--r-- | majordomo/packages/majordomo.scm (renamed from gnu/packages/majordomo.scm) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/majordomo.scm b/majordomo/packages/majordomo.scm index e4a16c8..dfaead2 100644 --- a/gnu/packages/majordomo.scm +++ b/majordomo/packages/majordomo.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 majordomo) +(define-module (majordomo packages majordomo) #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages autotools) #:use-module (gnu packages bash) |
