treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Extension for adding a simple Blog, News or Announcements section to a Sphinx website";
|
||||
homepage = https://bitbucket.org/prometheus/sphinxcontrib-newsfeed;
|
||||
homepage = "https://bitbucket.org/prometheus/sphinxcontrib-newsfeed";
|
||||
license = licenses.bsd2;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user