treewide maintainers: add teams.{freedesktop,gnome}

wip/little-gl
Jan Tojnar 3 years ago committed by Vladimír Čunát
parent 9f054b5e1a
commit 0420282780
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 2
      pkgs/applications/networking/instant-messengers/fractal/default.nix
  2. 2
      pkgs/data/themes/adwaita-qt/default.nix
  3. 2
      pkgs/development/libraries/dbus/default.nix
  4. 2
      pkgs/development/libraries/glib/default.nix
  5. 2
      pkgs/development/libraries/graphene/default.nix
  6. 2
      pkgs/development/libraries/gtk/4.x.nix
  7. 2
      pkgs/development/libraries/polkit/default.nix
  8. 2
      pkgs/development/libraries/qgnomeplatform/default.nix
  9. 2
      pkgs/development/libraries/zeitgeist/default.nix
  10. 2
      pkgs/tools/networking/networkmanager/default.nix

@ -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 ]);
};
}

@ -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;
};
}

@ -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;
};
}

@ -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 = ''

@ -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;
};
}

@ -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";
};

@ -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; [ ]);
};
}

@ -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;
};
}

@ -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;
};

@ -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;
};
}

Loading…
Cancel
Save