diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-09-28 05:05:24 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-09-28 05:05:24 +0000 |
commit | f35841a5dea08fc0fc022071dddbe6b5f021865b (patch) | |
tree | baa8f7e4796b5c9dba39b024bcd1b781684e9257 /deskutils | |
parent | 6b7a401312c12ecdb305d0b268c74163dbb515df (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/copyq/Makefile | 2 | ||||
-rw-r--r-- | deskutils/ganttproject/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile index ae11b95411f6..19375e0a091b 100644 --- a/deskutils/copyq/Makefile +++ b/deskutils/copyq/Makefile @@ -5,7 +5,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 3.12.0 CATEGORIES= deskutils -MAINTAINER= tobik@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Qt5 based clipboard manager LICENSE= GPLv3+ diff --git a/deskutils/ganttproject/Makefile b/deskutils/ganttproject/Makefile index 6908b70db1f7..1a3aab1a4893 100644 --- a/deskutils/ganttproject/Makefile +++ b/deskutils/ganttproject/Makefile @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -r2393 CATEGORIES= deskutils java MASTER_SITES= https://github.com/bardsoftware/ganttproject/releases/download/ganttproject-${DISTVERSION}/ -MAINTAINER= tobik@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Gantt chart based project scheduling and management tool LICENSE= GPLv3+ |