maintainers: rename to leona

Changed files
+11 -13
maintainers
nixos
tests
pkgs
servers
vouch-proxy
web-apps
shells
zsh
zsh-autocomplete
+6 -6
maintainers/maintainer-list.nix
···
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";
···
github = "leo60228";
githubId = 8355305;
name = "leo60228";
+
};
+
leona = {
+
email = "nix@leona.is";
+
github = "leona-ya";
+
githubId = 11006031;
+
name = "Leona Maroni";
};
leonardoce = {
email = "leonardo.cecchi@gmail.com";
+1 -3
nixos/tests/vikunja.nix
···
import ./make-test-python.nix ({ pkgs, lib, ... }: {
name = "vikunja";
-
meta = with lib.maintainers; {
-
maintainers = [ em0lar ];
-
};
+
meta.maintainers = with lib.maintainers; [ leona ];
nodes = {
vikunjaSqlite = { ... }: {
+1 -1
pkgs/servers/vouch-proxy/default.nix
···
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;
};
}
+1 -1
pkgs/servers/web-apps/vikunja/api.nix
···
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;
};
+1 -1
pkgs/servers/web-apps/vikunja/frontend.nix
···
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;
};
}
+1 -1
pkgs/shells/zsh/zsh-autocomplete/default.nix
···
homepage = "https://github.com/marlonrichert/zsh-autocomplete/";
license = licenses.mit;
platforms = platforms.unix;
-
maintainers = [ maintainers.em0lar ];
+
maintainers = [ maintainers.leona ];
};
}