summary refs log tree commit diff
path: root/pkgs/tools/backup/automysqlbackup
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/backup/automysqlbackup')
-rw-r--r--pkgs/tools/backup/automysqlbackup/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/automysqlbackup/default.nix b/pkgs/tools/backup/automysqlbackup/default.nix
index 44c14f2dc32..acdf31e47d8 100644
--- a/pkgs/tools/backup/automysqlbackup/default.nix
+++ b/pkgs/tools/backup/automysqlbackup/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A script to run daily, weekly and monthly backups for your MySQL database";
-    homepage = https://sourceforge.net/projects/automysqlbackup/;
+    homepage = "https://sourceforge.net/projects/automysqlbackup/";
     platforms = platforms.linux;
     maintainers = [ maintainers.aanderse ];
     license = licenses.gpl2Plus;