summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2021-07-18 19:10:33 +0200
committerDaniel Olsen <daniel.olsen99@gmail.com>2021-07-18 19:10:33 +0200
commitc051d5fcbfd6b616cdce190ef6c8371e320b3a0c (patch)
tree2efec8269a9e6cf81dd92a26e36b276cd41c553c
parentc2403f36728a547efc09054bfe53ac846b268142 (diff)
downloadnixpkgs-c051d5fcbfd6b616cdce190ef6c8371e320b3a0c.tar
nixpkgs-c051d5fcbfd6b616cdce190ef6c8371e320b3a0c.tar.gz
nixpkgs-c051d5fcbfd6b616cdce190ef6c8371e320b3a0c.tar.bz2
nixpkgs-c051d5fcbfd6b616cdce190ef6c8371e320b3a0c.tar.lz
nixpkgs-c051d5fcbfd6b616cdce190ef6c8371e320b3a0c.tar.xz
nixpkgs-c051d5fcbfd6b616cdce190ef6c8371e320b3a0c.tar.zst
nixpkgs-c051d5fcbfd6b616cdce190ef6c8371e320b3a0c.zip
zola: add dandellion to maintainers
-rw-r--r--pkgs/applications/misc/zola/default.nix2
1 files changed, 1 insertions, 1 deletions
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";
   };