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/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 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/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
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; }; }