treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -44,7 +44,7 @@ let self = stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://gmplib.org/;
|
||||
homepage = "https://gmplib.org/";
|
||||
description = "GNU multiple precision arithmetic library";
|
||||
license = licenses.gpl3Plus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user