Move operating system helpers from (guix build …) to (gnu build …).
[jackhill/guix/guix.git] / gnu / build / linux-initrd.scm
similarity index 99%
rename from guix/build/linux-initrd.scm
rename to gnu/build/linux-initrd.scm
index d37da9a..60c5eec 100644 (file)
@@ -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 (guix build linux-initrd)
+(define-module (gnu build linux-initrd)
   #:use-module (rnrs io ports)
   #:use-module (rnrs bytevectors)
   #:use-module (system foreign)