treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake gettext ];
|
||||
|
||||
meta = {
|
||||
homepage = https://projects.gw-computing.net/projects/dfc;
|
||||
homepage = "https://projects.gw-computing.net/projects/dfc";
|
||||
description = "Displays file system space usage using graphs and colors";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = with stdenv.lib.maintainers; [qknight];
|
||||
|
||||
Reference in New Issue
Block a user