summary refs log tree commit diff
path: root/pkgs/applications/graphics/photivo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/photivo/default.nix')
-rw-r--r--pkgs/applications/graphics/photivo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/photivo/default.nix b/pkgs/applications/graphics/photivo/default.nix
index 156966ac46c..12816ba96af 100644
--- a/pkgs/applications/graphics/photivo/default.nix
+++ b/pkgs/applications/graphics/photivo/default.nix
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
       platforms = platforms.linux;
-      maintainers = maintainers.mornfall;
+      maintainers = [ maintainers.mornfall ];
   };
 }