Loading nixos/modules/services/web-apps/castopod.nix +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ let in { meta.doc = ./castopod.md; meta.maintainers = with lib.maintainers; [ alexoundos misuzu ]; meta.maintainers = with lib.maintainers; [ alexoundos ]; options.services = { castopod = { 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/castopod.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: { name = "castopod"; meta = with lib.maintainers; { maintainers = [ alexoundos misuzu ]; maintainers = [ alexoundos ]; }; nodes.castopod = { nodes, ... }: { 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/applications/audio/castopod/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ stdenv.mkDerivation { description = "An open-source hosting platform made for podcasters who want to engage and interact with their audience"; homepage = "https://castopod.org"; license = licenses.agpl3Only; maintainers = with maintainers; [ alexoundos misuzu ]; maintainers = with maintainers; [ alexoundos ]; platforms = platforms.all; }; } Loading
nixos/modules/services/web-apps/castopod.nix +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ let in { meta.doc = ./castopod.md; meta.maintainers = with lib.maintainers; [ alexoundos misuzu ]; meta.maintainers = with lib.maintainers; [ alexoundos ]; options.services = { castopod = { 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/castopod.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: { name = "castopod"; meta = with lib.maintainers; { maintainers = [ alexoundos misuzu ]; maintainers = [ alexoundos ]; }; nodes.castopod = { nodes, ... }: { 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/applications/audio/castopod/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ stdenv.mkDerivation { description = "An open-source hosting platform made for podcasters who want to engage and interact with their audience"; homepage = "https://castopod.org"; license = licenses.agpl3Only; maintainers = with maintainers; [ alexoundos misuzu ]; maintainers = with maintainers; [ alexoundos ]; platforms = platforms.all; }; }