gnuvd: add license

This commit is contained in:
Markus Kowalewski 2018-08-20 20:45:34 +02:00
parent dc379a4b8e
commit 27c74747f7
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -8,9 +8,10 @@ stdenv.mkDerivation {
sha256 = "0mpy76a0pxy62zjiihlzmvl4752hiwxhfs8rm1v5zgdr78acxyxz";
};
meta = {
meta = with stdenv.lib; {
description = "Command-line dutch dictionary application";
homepage = http://www.djcbsoftware.nl/code/gnuvd/;
platforms = stdenv.lib.platforms.unix;
license = licenses.gpl2;
platforms = platforms.unix;
};
}