treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
homepage = https://www.mpfr.org/;
|
||||
homepage = "https://www.mpfr.org/";
|
||||
description = "Library for multiple-precision floating-point arithmetic";
|
||||
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user