aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/applications/misc/ganttproject-bin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/misc/ganttproject-bin/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/misc/ganttproject-bin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/applications/misc/ganttproject-bin/default.nix b/nixpkgs/pkgs/applications/misc/ganttproject-bin/default.nix
index 96d3d34046e..2e8478f41d3 100644
--- a/nixpkgs/pkgs/applications/misc/ganttproject-bin/default.nix
+++ b/nixpkgs/pkgs/applications/misc/ganttproject-bin/default.nix
@@ -49,8 +49,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Project scheduling and management";
- homepage = https://www.ganttproject.biz/;
- downloadPage = https://www.ganttproject.biz/download;
+ homepage = "https://www.ganttproject.biz/";
+ downloadPage = "https://www.ganttproject.biz/download";
# GanttProject itself is GPL3+. All bundled libraries are declared
# ‘GPL3-compatible’. See ${downloadPage} for detailed information.
license = licenses.gpl3Plus;