Skip to content

Commit

Permalink
gnomeExtensions: drop piegames from maintainers
Browse files Browse the repository at this point in the history
upon request of @piegamesde
  • Loading branch information
Janik-Haag committed Apr 19, 2024
1 parent 2ddc4f7 commit c8d5a4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nixos/tests/gnome-extensions.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ./make-test-python.nix (
{ pkgs, lib, ...}:
{
name = "gnome-extensions";
meta.maintainers = [ lib.maintainers.piegames ];
meta.maintainers = [ ];

nodes.machine =
{ pkgs, ... }:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/gnome/extensions/buildGnomeExtension.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c8d5a4c

Please sign in to comment.