Merge pull request #45399 from markuskowa/license-8

Add licenses
This commit is contained in:
xeji
2018-08-21 12:05:10 +02:00
committed by GitHub
19 changed files with 58 additions and 29 deletions

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;
};
}