gnomeExtensions: drop piegames from maintainers

upon request of @piegamesde
This commit is contained in:
Janik H. 2024-04-19 19:56:26 +02:00
parent 2ddc4f7fb1
commit c8d5a4ca24
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

2
.github/CODEOWNERS vendored
View File

@ -296,7 +296,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
# 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;