summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaito Bezarius <raito@lix.systems>2024-08-02 16:39:21 +0200
committerRaito Bezarius <raito@lix.systems>2024-08-02 16:39:21 +0200
commit54c0724738a1aecff8110ed3d004cb0daf40a5bc (patch)
treed9a6e26a84645dbf5aaa82312c36ca89d3ee5c5c
parentMerge pull request #326041 from dotlambda/materialx (diff)
downloadnixpkgs-origin/drop-pixelfed-mtn.tar.gz
pixelfed: drop raitobezarius as a maintainerorigin/drop-pixelfed-mtn
I'm not using seriously Pixelfed those days, this software is non-trivial and the NixOS module seems to have some sharp edges. Change-Id: Ie93df9dcb00d0a58bd5e4165e377979c489af0b0 Signed-off-by: Raito Bezarius <raito@lix.systems>
-rw-r--r--nixos/tests/web-apps/pixelfed/standard.nix2
-rw-r--r--pkgs/servers/web-apps/pixelfed/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/web-apps/pixelfed/standard.nix b/nixos/tests/web-apps/pixelfed/standard.nix
index 9260e27af960..125ca95af040 100644
--- a/nixos/tests/web-apps/pixelfed/standard.nix
+++ b/nixos/tests/web-apps/pixelfed/standard.nix
@@ -1,7 +1,7 @@
import ../../make-test-python.nix ({pkgs, ...}:
{
name = "pixelfed-standard";
- meta.maintainers = with pkgs.lib.maintainers; [ raitobezarius ];
+ meta.maintainers = with pkgs.lib.maintainers; [ ];
nodes = {
server = { pkgs, ... }: {
diff --git a/pkgs/servers/web-apps/pixelfed/default.nix b/pkgs/servers/web-apps/pixelfed/default.nix
index 0d696b33a639..3ddc18e320c8 100644
--- a/pkgs/servers/web-apps/pixelfed/default.nix
+++ b/pkgs/servers/web-apps/pixelfed/default.nix
@@ -43,7 +43,7 @@ php.buildComposerProject (finalAttrs: {
description = "Federated image sharing platform";
license = licenses.agpl3Only;
homepage = "https://pixelfed.org/";
- maintainers = with maintainers; [ raitobezarius ];
+ maintainers = with maintainers; [ ];
platforms = php.meta.platforms;
};
})