goldendict: add license

This commit is contained in:
Markus Kowalewski 2018-09-01 13:53:01 +02:00
parent e350e31691
commit 98440749c1
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -19,11 +19,11 @@ stdenv.mkDerivation rec {
qmakeFlags = [ "CONFIG+=zim_support" ]; qmakeFlags = [ "CONFIG+=zim_support" ];
meta = { meta = with stdenv.lib; {
homepage = http://goldendict.org/; homepage = http://goldendict.org/;
description = "A feature-rich dictionary lookup program"; description = "A feature-rich dictionary lookup program";
platforms = platforms.linux;
platforms = stdenv.lib.platforms.linux; maintainers = with maintainers; [ gebner astsmtl ];
maintainers = with stdenv.lib.maintainers; [ gebner astsmtl ]; license = licenses.gpl3Plus;
}; };
} }