treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -85,7 +85,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/pytrainer/pytrainer/wiki;
|
||||
homepage = "https://github.com/pytrainer/pytrainer/wiki";
|
||||
description = "Application for logging and graphing sporting excursions";
|
||||
maintainers = [ maintainers.rycee ];
|
||||
license = licenses.gpl2Plus;
|
||||
|
||||
Reference in New Issue
Block a user