diff options
-rw-r--r-- | pkgs/libfprint-2-tod1-vfs0090/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/libfprint-2-tod1-vfs0090/default.nix b/pkgs/libfprint-2-tod1-vfs0090/default.nix index 7770833..cd4da0f 100644 --- a/pkgs/libfprint-2-tod1-vfs0090/default.nix +++ b/pkgs/libfprint-2-tod1-vfs0090/default.nix @@ -67,6 +67,6 @@ stdenv.mkDerivation { homepage = "https://gitlab.freedesktop.org/3v1n0/libfprint-tod-vfs0090"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = with maintainers; [ valodim ]; + maintainers = with maintainers; [valodim]; }; } |