treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Runs a command as a Unix daemon";
|
||||
homepage = http://software.clapper.org/daemonize/;
|
||||
homepage = "http://software.clapper.org/daemonize/";
|
||||
license = licenses.bsd3;
|
||||
platforms = with platforms; linux ++ freebsd ++ darwin;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user