diff options
| author | Alexander Sieg <alex@xanderio.de> | 2024-07-30 12:38:21 +0200 |
|---|---|---|
| committer | Alexander Sieg <alex@xanderio.de> | 2024-07-30 12:38:21 +0200 |
| commit | 06b7e94988f32fbb31594d56ed612a6400a6bba1 (patch) | |
| tree | ce8839a95c463ab26df120e81934977c32ac9a58 | |
| parent | nixos/outline: add cyberus team as maintainer (diff) | |
| download | nixpkgs-06b7e94988f32fbb31594d56ed612a6400a6bba1.tar.gz | |
outline: add cyberus team as maintainer
| -rw-r--r-- | pkgs/servers/web-apps/outline/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/web-apps/outline/default.nix b/pkgs/servers/web-apps/outline/default.nix index fa66487758f8..b0fd1b399314 100644 --- a/pkgs/servers/web-apps/outline/default.nix +++ b/pkgs/servers/web-apps/outline/default.nix @@ -85,7 +85,7 @@ stdenv.mkDerivation rec { homepage = "https://www.getoutline.com/"; changelog = "https://github.com/outline/outline/releases"; license = licenses.bsl11; - maintainers = with maintainers; [ cab404 yrd xanderio ]; + maintainers = with maintainers; [ cab404 yrd ] ++ teams.cyberus.members; platforms = platforms.linux; }; } |
