mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #331790 from RaitoBezarius/drop-pixelfed-mtn
pixelfed: drop raitobezarius as a maintainer
This commit is contained in:
commit
322ec69494
@ -1,7 +1,6 @@
|
|||||||
import ../../make-test-python.nix ({pkgs, ...}:
|
import ../../make-test-python.nix {
|
||||||
{
|
|
||||||
name = "pixelfed-standard";
|
name = "pixelfed-standard";
|
||||||
meta.maintainers = with pkgs.lib.maintainers; [ raitobezarius ];
|
meta.maintainers = [ ];
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
server = { pkgs, ... }: {
|
server = { pkgs, ... }: {
|
||||||
@ -35,4 +34,4 @@ import ../../make-test-python.nix ({pkgs, ...}:
|
|||||||
# server.succeed("pixelfed-manage passport:client --personal")
|
# 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")
|
# server.succeed("curl -H 'Host: pixefed.local' -H 'Accept: application/json' -H 'Authorization: Bearer secret' -F'status'='test' http://localhost/api/v1/statuses")
|
||||||
'';
|
'';
|
||||||
})
|
}
|
||||||
|
@ -42,7 +42,7 @@ php.buildComposerProject (finalAttrs: {
|
|||||||
description = "Federated image sharing platform";
|
description = "Federated image sharing platform";
|
||||||
license = licenses.agpl3Only;
|
license = licenses.agpl3Only;
|
||||||
homepage = "https://pixelfed.org/";
|
homepage = "https://pixelfed.org/";
|
||||||
maintainers = with maintainers; [ raitobezarius ];
|
maintainers = [ ];
|
||||||
platforms = php.meta.platforms;
|
platforms = php.meta.platforms;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user