treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Compression library that can be used with the hdf5 library";
|
||||
homepage = https://www.hdfgroup.org/doc_resource/SZIP/;
|
||||
homepage = "https://www.hdfgroup.org/doc_resource/SZIP/";
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user