summary refs log tree commit diff
path: root/pkgs/applications/misc/super_user_spark/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/super_user_spark/default.nix')
-rw-r--r--pkgs/applications/misc/super_user_spark/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/super_user_spark/default.nix b/pkgs/applications/misc/super_user_spark/default.nix
index 988db35500ba..73a9e343df9b 100644
--- a/pkgs/applications/misc/super_user_spark/default.nix
+++ b/pkgs/applications/misc/super_user_spark/default.nix
@@ -29,5 +29,5 @@ mkDerivation rec {
   homepage = "https://github.com/NorfairKing/super-user-spark";
   description = "A safe way to never worry about your beautifully configured system again";
   platforms = ghc.meta.platforms;
-  maintainers = stdenv.lib.maintainers.badi;
+  maintainers = [ stdenv.lib.maintainers.badi ];
 }