maintainers: rename to leona

main
Leona Maroni 2 years ago committed by Yuka
parent c1611cac99
commit 0eaa72390b
  1. 12
      maintainers/maintainer-list.nix
  2. 4
      nixos/tests/vikunja.nix
  3. 2
      pkgs/servers/vouch-proxy/default.nix
  4. 2
      pkgs/servers/web-apps/vikunja/api.nix
  5. 2
      pkgs/servers/web-apps/vikunja/frontend.nix
  6. 2
      pkgs/shells/zsh/zsh-autocomplete/default.nix

@ -3770,12 +3770,6 @@
githubId = 57923898;
name = "Elyhaka";
};
em0lar = {
email = "nix@em0lar.dev";
github = "em0lar";
githubId = 11006031;
name = "Leo Maroni";
};
emmabastas = {
email = "emma.bastas@protonmail.com";
matrix = "@emmabastas:matrix.org";
@ -7288,6 +7282,12 @@
githubId = 8355305;
name = "leo60228";
};
leona = {
email = "nix@leona.is";
github = "leona-ya";
githubId = 11006031;
name = "Leona Maroni";
};
leonardoce = {
email = "leonardo.cecchi@gmail.com";
github = "leonardoce";

@ -1,9 +1,7 @@
import ./make-test-python.nix ({ pkgs, lib, ... }: {
name = "vikunja";
meta = with lib.maintainers; {
maintainers = [ em0lar ];
};
meta.maintainers = with lib.maintainers; [ leona ];
nodes = {
vikunjaSqlite = { ... }: {

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

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

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

@ -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 ];
};
}

Loading…
Cancel
Save