From 0eaa72390bacff63a6d2b8f22aeb288a83e53b1f Mon Sep 17 00:00:00 2001 From: Leona Maroni Date: Mon, 6 Jun 2022 21:50:18 +0200 Subject: maintainers: rename to leona --- pkgs/servers/vouch-proxy/default.nix | 2 +- pkgs/servers/web-apps/vikunja/api.nix | 2 +- pkgs/servers/web-apps/vikunja/frontend.nix | 2 +- pkgs/shells/zsh/zsh-autocomplete/default.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs') diff --git a/pkgs/servers/vouch-proxy/default.nix b/pkgs/servers/vouch-proxy/default.nix index 3aa1d0a0ebde..ed7544e7b2e2 100644 --- a/pkgs/servers/vouch-proxy/default.nix +++ b/pkgs/servers/vouch-proxy/default.nix @@ -29,7 +29,7 @@ buildGoModule rec { homepage = "https://github.com/vouch/vouch-proxy"; description = "An SSO and OAuth / OIDC login solution for NGINX using the auth_request module"; license = licenses.mit; - maintainers = with maintainers; [ em0lar erictapen ]; + maintainers = with maintainers; [ leona erictapen ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/servers/web-apps/vikunja/api.nix b/pkgs/servers/web-apps/vikunja/api.nix index 5d01868725a8..64ea04d1ef90 100644 --- a/pkgs/servers/web-apps/vikunja/api.nix +++ b/pkgs/servers/web-apps/vikunja/api.nix @@ -51,7 +51,7 @@ buildGoModule rec { description = "API of the Vikunja to-do list app"; homepage = "https://vikunja.io/"; license = lib.licenses.agpl3Plus; - maintainers = with lib.maintainers; [ em0lar ]; + maintainers = with lib.maintainers; [ leona ]; mainProgram = "vikunja"; platforms = lib.platforms.all; }; diff --git a/pkgs/servers/web-apps/vikunja/frontend.nix b/pkgs/servers/web-apps/vikunja/frontend.nix index 3c708287ca34..161a65fa6634 100644 --- a/pkgs/servers/web-apps/vikunja/frontend.nix +++ b/pkgs/servers/web-apps/vikunja/frontend.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { description = "Frontend of the Vikunja to-do list app"; homepage = "https://vikunja.io/"; license = lib.licenses.agpl3Plus; - maintainers = with lib.maintainers; [ em0lar ]; + maintainers = with lib.maintainers; [ leona ]; platforms = lib.platforms.all; }; } diff --git a/pkgs/shells/zsh/zsh-autocomplete/default.nix b/pkgs/shells/zsh/zsh-autocomplete/default.nix index a5683c43227a..a818228093f9 100644 --- a/pkgs/shells/zsh/zsh-autocomplete/default.nix +++ b/pkgs/shells/zsh/zsh-autocomplete/default.nix @@ -23,6 +23,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/marlonrichert/zsh-autocomplete/"; license = licenses.mit; platforms = platforms.unix; - maintainers = [ maintainers.em0lar ]; + maintainers = [ maintainers.leona ]; }; } -- cgit 1.4.1