treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/jluttine/cholmod-extra;
|
||||
homepage = "https://github.com/jluttine/cholmod-extra";
|
||||
description = "A set of additional routines for SuiteSparse CHOLMOD Module";
|
||||
license = with licenses; [ gpl2Plus ];
|
||||
maintainers = with maintainers; [ jluttine ];
|
||||
|
||||
Reference in New Issue
Block a user