treewide maintainers: add teams.{freedesktop,gnome}

This commit is contained in:
Jan Tojnar 2021-05-07 15:23:50 +02:00 committed by Vladimír Čunát
parent 9f054b5e1a
commit 0420282780
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
10 changed files with 10 additions and 10 deletions

View file

@ -88,6 +88,6 @@ stdenv.mkDerivation rec {
description = "Matrix group messaging app";
homepage = "https://gitlab.gnome.org/GNOME/fractal";
license = licenses.gpl3;
maintainers = with maintainers; [ dtzWill ];
maintainers = teams.gnome.members ++ (with maintainers; [ dtzWill ]);
};
}

View file

@ -36,7 +36,7 @@ mkDerivation rec {
description = "A style to bend Qt applications to look like they belong into GNOME Shell";
homepage = "https://github.com/FedoraQt/adwaita-qt";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ];
maintainers = teams.gnome.members ++ (with maintainers; [ ]);
platforms = platforms.linux;
};
}

View file

@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
description = "Simple interprocess messaging system";
homepage = "http://www.freedesktop.org/wiki/Software/dbus/";
license = licenses.gpl2Plus; # most is also under AFL-2.1
maintainers = with maintainers; [ ];
maintainers = teams.freedesktop.members ++ (with maintainers; [ ]);
platforms = platforms.unix;
};
}

View file

@ -191,7 +191,7 @@ stdenv.mkDerivation rec {
description = "C library of programming buildings blocks";
homepage = "https://www.gtk.org/";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ lovek323 raskin ];
maintainers = teams.gnome.members ++ (with maintainers; [ lovek323 raskin ]);
platforms = platforms.unix;
longDescription = ''

View file

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
description = "A thin layer of graphic data types";
homepage = "https://ebassi.github.com/graphene";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = teams.gnome.members ++ (with maintainers; [ ]);
platforms = platforms.unix;
};
}

View file

@ -236,7 +236,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.gtk.org/";
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ raskin lethalman ];
maintainers = teams.gnome.members ++ (with maintainers; [ raskin ]);
platforms = platforms.all;
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS";
};

View file

@ -116,6 +116,6 @@ stdenv.mkDerivation rec {
description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ ];
maintainers = teams.freedesktop.members ++ (with maintainers; [ ]);
};
}

View file

@ -62,7 +62,7 @@ mkDerivation rec {
description = "QPlatformTheme for a better Qt application inclusion in GNOME";
homepage = "https://github.com/FedoraQt/QGnomePlatform";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ ];
maintainers = teams.gnome.members ++ (with maintainers; [ ]);
platforms = platforms.linux;
};
}

View file

@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A service which logs the userss activities and events";
homepage = "https://zeitgeist.freedesktop.org/";
maintainers = with maintainers; [ lethalman ];
maintainers = teams.freedesktop.members ++ (with maintainers; [ lethalman ]);
license = licenses.lgpl21Plus;
platforms = platforms.linux;
};

View file

@ -106,7 +106,7 @@ in stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Projects/NetworkManager";
description = "Network configuration and management tool";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ phreedom domenkozar obadz ];
maintainers = teams.freedesktop.members ++ (with maintainers; [ phreedom domenkozar obadz ]);
platforms = platforms.linux;
};
}