diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-16 04:10:21 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-16 04:10:21 +0800 |
commit | 5bed1dc4735a28e1f44a25650993124e06523538 (patch) | |
tree | eece3774bd0f987cb149658099c07c056b24adfe /misc/shared-mime-info | |
parent | a569d6866c9d8a07dd24e119e1cc0d66b586865f (diff) | |
download | freebsd-ports-gnome-5bed1dc4735a28e1f44a25650993124e06523538.tar.gz freebsd-ports-gnome-5bed1dc4735a28e1f44a25650993124e06523538.tar.zst freebsd-ports-gnome-5bed1dc4735a28e1f44a25650993124e06523538.zip |
Create desktop@ as maintainer of some shared desktop ports
This idea has been around for quite some time. Time to make it happen.
In order to share the load on the ports required by multiple desktop
environments start to share the responsibility of maintainership.
This is the initial list that came to mind, but we can probably extend it, to
include another handful of ports.
WWW: https://wiki.freebsd.org/DesktopTeam
Mailing List: https://lists.freebsd.org/mailman/listinfo/freebsd-desktop
Approved by: swills, kwm (gnome), madpilot (xfce)
Differential Revision: https://reviews.freebsd.org/D22389
Diffstat (limited to 'misc/shared-mime-info')
-rw-r--r-- | misc/shared-mime-info/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile index ac01e21627ac..bd083ff7b2f9 100644 --- a/misc/shared-mime-info/Makefile +++ b/misc/shared-mime-info/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= https://people.freedesktop.org/~hadess/ -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= desktop@FreeBSD.org COMMENT= MIME types database from the freedesktop.org project LICENSE= GPLv2 |