Loading nixos/modules/services/web-apps/gotosocial.nix +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ let in { meta.doc = ./gotosocial.md; meta.maintainers = with lib.maintainers; [ misuzu blakesmith ]; meta.maintainers = with lib.maintainers; [ blakesmith ]; options.services.gotosocial = { enable = lib.mkEnableOption "ActivityPub social network server"; Loading nixos/tests/web-apps/gotosocial.nix +1 −1 Original line number Diff line number Diff line { lib, ... }: { name = "gotosocial"; meta.maintainers = with lib.maintainers; [ misuzu blakesmith ]; meta.maintainers = with lib.maintainers; [ blakesmith ]; nodes.machine = { pkgs, ... }: { environment.systemPackages = [ pkgs.jq ]; Loading pkgs/servers/gotosocial/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ buildGoModule rec { advertised to! A light-weight alternative to Mastodon and Pleroma, with support for clients! ''; maintainers = with maintainers; [ misuzu blakesmith ]; maintainers = with maintainers; [ blakesmith ]; license = licenses.agpl3Only; }; } Loading
nixos/modules/services/web-apps/gotosocial.nix +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ let in { meta.doc = ./gotosocial.md; meta.maintainers = with lib.maintainers; [ misuzu blakesmith ]; meta.maintainers = with lib.maintainers; [ blakesmith ]; options.services.gotosocial = { enable = lib.mkEnableOption "ActivityPub social network server"; Loading
nixos/tests/web-apps/gotosocial.nix +1 −1 Original line number Diff line number Diff line { lib, ... }: { name = "gotosocial"; meta.maintainers = with lib.maintainers; [ misuzu blakesmith ]; meta.maintainers = with lib.maintainers; [ blakesmith ]; nodes.machine = { pkgs, ... }: { environment.systemPackages = [ pkgs.jq ]; Loading
pkgs/servers/gotosocial/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ buildGoModule rec { advertised to! A light-weight alternative to Mastodon and Pleroma, with support for clients! ''; maintainers = with maintainers; [ misuzu blakesmith ]; maintainers = with maintainers; [ blakesmith ]; license = licenses.agpl3Only; }; }