From 7a052946396f95190317cf19fe4fe2d1c17c1689 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Wed, 22 Aug 2018 23:55:25 +0200 Subject: [PATCH] photivo: add license --- pkgs/applications/graphics/photivo/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/photivo/default.nix b/pkgs/applications/graphics/photivo/default.nix index 73bbd5003bd..4843898eb64 100644 --- a/pkgs/applications/graphics/photivo/default.nix +++ b/pkgs/applications/graphics/photivo/default.nix @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; meta = with stdenv.lib; { - platforms = platforms.linux; - maintainers = [ ]; + platforms = platforms.linux; + license = licenses.gpl3; }; }