Merge pull request #305359 from Janik-Haag/drop-piegames-from-gnome-plugins

gnomeExtensions: drop piegames from maintainers
This commit is contained in:
Maxine Aubrey 2024-04-19 20:05:39 +02:00 committed by GitHub
commit bc41aa7225
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
.github/CODEOWNERS vendored
View File

@ -298,7 +298,7 @@ nixos/modules/services/networking/networkmanager.nix @Janik-Haag
# GNOME
/pkgs/desktops/gnome @jtojnar
/pkgs/desktops/gnome/extensions @piegamesde @jtojnar
/pkgs/desktops/gnome/extensions @jtojnar
/pkgs/build-support/make-hardcode-gsettings-patch @jtojnar
# Cinnamon

View File

@ -2,7 +2,7 @@ import ./make-test-python.nix (
{ pkgs, lib, ...}:
{
name = "gnome-extensions";
meta.maintainers = [ lib.maintainers.piegames ];
meta.maintainers = [ ];
nodes.machine =
{ pkgs, ... }:

View File

@ -55,7 +55,7 @@ let
longDescription = description;
homepage = link;
license = lib.licenses.gpl2Plus; # https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Licensing
maintainers = with lib.maintainers; [ piegames ];
maintainers = with lib.maintainers; [ ];
};
passthru = {
extensionPortalSlug = pname;