photivo: add license

This commit is contained in:
Markus Kowalewski 2018-08-22 23:55:25 +02:00 committed by Markus Kowalewski
parent 74a12299dd
commit 7a05294639
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
platforms = platforms.linux;
maintainers = [ ];
platforms = platforms.linux;
license = licenses.gpl3;
};
}