From 5ac78febe2e4c2111b3adde16fb816fe252b1069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 10 Nov 2018 21:33:03 +0000 Subject: [PATCH] hovercraft: nitpicks --- pkgs/applications/misc/hovercraft/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/hovercraft/default.nix b/pkgs/applications/misc/hovercraft/default.nix index dd0ed8511f6..ba23078bba9 100644 --- a/pkgs/applications/misc/hovercraft/default.nix +++ b/pkgs/applications/misc/hovercraft/default.nix @@ -30,6 +30,6 @@ buildPythonApplication rec { description = "Makes impress.js presentations from reStructuredText"; homepage = https://github.com/regebro/hovercraft; license = licenses.mit; - maintainers = with maintainers;[ goibhniu makefu ]; + maintainers = with maintainers; [ goibhniu makefu ]; }; }