treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
meta = {
|
||||
description = "Tiny helper utility to force programs which insist on daemonizing themselves to run in the foreground";
|
||||
homepage = https://github.com/nickstenning/undaemonize;
|
||||
homepage = "https://github.com/nickstenning/undaemonize";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = [ stdenv.lib.maintainers.canndrew ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user