treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A set of utilities for visualization and conversion of scientific data in the free, portable HDF5 format";
|
||||
homepage = https://github.com/stevengj/h5utils;
|
||||
homepage = "https://github.com/stevengj/h5utils";
|
||||
license = with licenses; [ mit gpl2 ];
|
||||
maintainers = with maintainers; [ sfrijters ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user