treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://projects.coin-or.org/Csdp;
|
||||
homepage = "https://projects.coin-or.org/Csdp";
|
||||
license = lib.licenses.cpl10;
|
||||
maintainers = [ lib.maintainers.roconnor ];
|
||||
description = "A C Library for Semidefinite Programming";
|
||||
|
||||
Reference in New Issue
Block a user