treewide: unquote homepage in my packages
I don't like this personally but we have #27809 as a precedent.
This commit is contained in:
@@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "NumPy-based text/binary PLY file reader/writer for Python";
|
||||
homepage = "https://github.com/dranjan/python-plyfile";
|
||||
homepage = https://github.com/dranjan/python-plyfile;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user