qiv: add license

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

View File

@ -17,10 +17,11 @@ stdenv.mkDerivation (rec {
substituteInPlace Makefile --replace /man/ /share/man/
'';
meta = {
meta = with stdenv.lib; {
description = "Quick image viewer";
homepage = http://spiegl.de/qiv/;
inherit version;
platforms = stdenv.lib.platforms.linux;
license = licenses.gpl2;
platforms = platforms.linux;
};
})