[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: Fix typo.
From: |
guix-commits |
Subject: |
01/02: Fix typo. |
Date: |
Mon, 2 Sep 2019 20:52:50 -0400 (EDT) |
dannym pushed a commit to branch wip-buildroot
in repository guix.
commit f8b800fe4a2661976bd1400bd3334415e51bb527
Author: Danny Milosavljevic <address@hidden>
Date: Tue Sep 3 02:51:07 2019 +0200
Fix typo.
---
gnu/packages/buildroot.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/buildroot.scm b/gnu/packages/buildroot.scm
index 31e2a73..819b4e4 100644
--- a/gnu/packages/buildroot.scm
+++ b/gnu/packages/buildroot.scm
@@ -25,7 +25,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 bootloaders)
+(define-module (gnu packages buildroot)
#:use-module (gnu packages)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)