me
/
guix
Archived
1
0
Fork 0

gnu: fmt: Fix home page.

* gnu/packages/pretty-print.scm (fmt)[home-page]: Update.
master
Tobias Geerinckx-Rice 2020-03-06 16:23:26 +01:00
parent 522ec708bc
commit 366c2c8f48
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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++.