Merge #121780: treewide meta.maintainers tweaks

This commit is contained in:
Vladimír Čunát
2021-05-08 10:46:32 +02:00
94 changed files with 92 additions and 95 deletions

View File

@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A simple MPRIS indicator button for GNOME Shell";
license = licenses.gpl3;
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
platforms = gnome.gnome-shell.meta.platforms;
homepage = "https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button";
broken = versionOlder gnome.gnome-shell.version "3.34";

View File

@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
This GNOME utility helps to manage time according to Pomodoro Technique.
It intends to improve productivity and focus by taking short breaks.
'';
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
license = licenses.gpl3Plus;
platforms = platforms.linux;
};

View File

@@ -23,7 +23,7 @@ lib.makeScope pkgs.newScope (self: with self; {
wingpanel-indicator-session wingpanel-indicator-sound
];
maintainers = with pkgs.lib.maintainers; [ worldofpeace ];
maintainers = with pkgs.lib.maintainers; [ ];
mutter = pkgs.gnome.mutter334;