rename project to postmarketos-mkinitfs

To help prevent any confusion about which distro this 'mkinitfs' is
intended for
This commit is contained in:
Clayton Craft
2021-08-10 14:02:46 -07:00
parent f0bf13c9f2
commit a381516e53
4 changed files with 6 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ import (
"crypto/sha256"
"github.com/cavaliercoder/go-cpio"
"github.com/klauspost/pgzip"
"gitlab.com/postmarketOS/mkinitfs/pkgs/misc"
"gitlab.com/postmarketOS/postmarketos-mkinitfs/pkgs/misc"
)
type Archive struct {