treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/Stebalien/systemd-wait;
|
||||
homepage = "https://github.com/Stebalien/systemd-wait";
|
||||
license = lib.licenses.gpl3;
|
||||
description = "Wait for a systemd unit to enter a specific state";
|
||||
maintainers = [ lib.maintainers.benley ];
|
||||
|
||||
Reference in New Issue
Block a user