treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/kmatheussen/das_watchdog;
|
||||
homepage = "https://github.com/kmatheussen/das_watchdog";
|
||||
description = "A general watchdog for the linux operating system";
|
||||
longDescription = ''
|
||||
It should run in the background at all times to ensure a realtime process
|
||||
|
||||
Reference in New Issue
Block a user