treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -43,7 +43,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A Python clone of Foreman, a tool for managing Procfile-based applications";
|
||||
license = licenses.mit;
|
||||
homepage = https://github.com/nickstenning/honcho;
|
||||
homepage = "https://github.com/nickstenning/honcho";
|
||||
maintainers = with maintainers; [ benley ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user