treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ zope_interface sphinx ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/repoze/repoze.sphinx.autointerface;
|
||||
homepage = "https://github.com/repoze/repoze.sphinx.autointerface";
|
||||
description = "Auto-generate Sphinx API docs from Zope interfaces";
|
||||
license = licenses.bsd0;
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
|
||||
Reference in New Issue
Block a user