summary refs log tree commit diff
path: root/pkgs/tools/text/copyright-update/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/copyright-update/default.nix')
-rw-r--r--pkgs/tools/text/copyright-update/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/copyright-update/default.nix b/pkgs/tools/text/copyright-update/default.nix
index 9a405674dc7..ca815f915db 100644
--- a/pkgs/tools/text/copyright-update/default.nix
+++ b/pkgs/tools/text/copyright-update/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
   installFlags = [ "INSTALL=install" "prefix=$(out)" ];
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/jaalto/project--copyright-update;
+    homepage = "https://github.com/jaalto/project--copyright-update";
     description = "Updates the copyright information in a set of files";
     license = licenses.gpl2Plus;
     platforms = platforms.all;