Merge pull request #331790 from RaitoBezarius/drop-pixelfed-mtn

pixelfed: drop raitobezarius as a maintainer
This commit is contained in:
Aleksana 2024-08-04 19:24:51 +08:00 committed by GitHub
commit 322ec69494
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,6 @@
import ../../make-test-python.nix ({pkgs, ...}:
{
import ../../make-test-python.nix {
name = "pixelfed-standard";
meta.maintainers = with pkgs.lib.maintainers; [ raitobezarius ];
meta.maintainers = [ ];
nodes = {
server = { pkgs, ... }: {
@ -35,4 +34,4 @@ import ../../make-test-python.nix ({pkgs, ...}:
# server.succeed("pixelfed-manage passport:client --personal")
# server.succeed("curl -H 'Host: pixefed.local' -H 'Accept: application/json' -H 'Authorization: Bearer secret' -F'status'='test' http://localhost/api/v1/statuses")
'';
})
}

View File

@ -42,7 +42,7 @@ php.buildComposerProject (finalAttrs: {
description = "Federated image sharing platform";
license = licenses.agpl3Only;
homepage = "https://pixelfed.org/";
maintainers = with maintainers; [ raitobezarius ];
maintainers = [ ];
platforms = php.meta.platforms;
};
})