mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: fmt: Fix home page.
* gnu/packages/pretty-print.scm (fmt)[home-page]: Update.
This commit is contained in:
parent
522ec708bc
commit
366c2c8f48
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ different programming languages.")
|
|||
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
||||
(native-inputs
|
||||
`(("unzip" ,unzip)))
|
||||
(home-page "https://fmtlib.net/")
|
||||
(home-page "https://fmt.dev")
|
||||
(synopsis "Small and fast C++ formatting library")
|
||||
(description
|
||||
"@code{fmt} (formerly @code{cppformat}) is a formatting library for C++.
|
||||
|
|
Loading…
Add table
Reference in a new issue