treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Library for multiprecision complex arithmetic with exact rounding";
|
||||
homepage = https://github.com/VcDevel/Vc;
|
||||
homepage = "https://github.com/VcDevel/Vc";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Library for multiprecision complex arithmetic with exact rounding";
|
||||
homepage = https://github.com/VcDevel/Vc;
|
||||
homepage = "https://github.com/VcDevel/Vc";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
|
||||
Reference in New Issue
Block a user