treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -52,7 +52,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Hierarchical datasets for Python";
|
||||
homepage = http://www.pytables.org/;
|
||||
homepage = "http://www.pytables.org/";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Hierarchical datasets for Python";
|
||||
homepage = http://www.pytables.org/;
|
||||
homepage = "http://www.pytables.org/";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user