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

View File

@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ ]; license = licenses.gpl3;
}; };
} }