treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = stdenv.lib.optional stdenv.hostPlatform.isWindows "FILE_COMPILE=file";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://darwinsys.com/file;
|
||||
homepage = "https://darwinsys.com/file";
|
||||
description = "A program that shows the type of files";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user