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

View File

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