treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ buildPythonApplication rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A fully functional Opencast capture agent written in Python";
|
||||
homepage = https://github.com/opencast/pyCA;
|
||||
homepage = "https://github.com/opencast/pyCA";
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [ pmiddend ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user