treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Small and secure static webserver";
|
||||
homepage = https://unix4lyfe.org/darkhttpd/;
|
||||
homepage = "https://unix4lyfe.org/darkhttpd/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ bobvanderlinden ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user