gnu: fmt: Fix home page.
* gnu/packages/pretty-print.scm (fmt)[home-page]: Update.master
parent
522ec708bc
commit
366c2c8f48
|
@ -182,7 +182,7 @@ different programming languages.")
|
||||||
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)))
|
`(("unzip" ,unzip)))
|
||||||
(home-page "https://fmtlib.net/")
|
(home-page "https://fmt.dev")
|
||||||
(synopsis "Small and fast C++ formatting library")
|
(synopsis "Small and fast C++ formatting library")
|
||||||
(description
|
(description
|
||||||
"@code{fmt} (formerly @code{cppformat}) is a formatting library for C++.
|
"@code{fmt} (formerly @code{cppformat}) is a formatting library for C++.
|
||||||
|
|
Reference in New Issue