treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user