From c051d5fcbfd6b616cdce190ef6c8371e320b3a0c Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Sun, 18 Jul 2021 19:10:33 +0200 Subject: zola: add dandellion to maintainers --- pkgs/applications/misc/zola/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/zola/default.nix b/pkgs/applications/misc/zola/default.nix index 500ffb0afaf..d669b97c44d 100644 --- a/pkgs/applications/misc/zola/default.nix +++ b/pkgs/applications/misc/zola/default.nix @@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec { description = "A fast static site generator with everything built-in"; homepage = "https://www.getzola.org/"; license = licenses.mit; - maintainers = with maintainers; [ dywedir _0x4A6F ]; + maintainers = with maintainers; [ dandellion dywedir _0x4A6F ]; # set because of unstable-* version mainProgram = "zola"; }; -- cgit 1.4.1