about summary refs log tree commit diff
path: root/packages/hiccup.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--packages/hiccup.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hiccup.nix b/packages/hiccup.nix
index c8cd38d..b0dc64d 100644
--- a/packages/hiccup.nix
+++ b/packages/hiccup.nix
@@ -30,6 +30,6 @@ buildNpmPackage rec {
     description = "A static start page to get to your most important links";
     inherit (finalAttrs.src.meta) homepage;
     license = licenses.mit;
-    maintainers = with maintainers; [azahi];
+    maintainers = with maintainers; [ azahi ];
   };
 }

Consider giving Nix/NixOS a try! <3