mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: squashfs-tools: Update home page URI.
* gnu/packages/compression.scm (squashfs-tools)[home-page]: Update URI.
This commit is contained in:
parent
1ac624cd5b
commit
c5bb55a844
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@ (define-public squashfs-tools
|
||||||
("lzo" ,lzo)
|
("lzo" ,lzo)
|
||||||
("xz" ,xz)
|
("xz" ,xz)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "http://squashfs.sourceforge.net/")
|
(home-page "https://github.com/plougher/squashfs-tools")
|
||||||
(synopsis "Tools to create and extract squashfs file systems")
|
(synopsis "Tools to create and extract squashfs file systems")
|
||||||
(description
|
(description
|
||||||
"Squashfs is a highly compressed read-only file system for Linux. It uses
|
"Squashfs is a highly compressed read-only file system for Linux. It uses
|
||||||
|
|
Loading…
Reference in a new issue