fortune: add license

This commit is contained in:
Markus Kowalewski 2018-08-16 21:55:12 +02:00
parent f9a1aef084
commit e59f8fa490
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,9 @@ stdenv.mkDerivation {
rmdir $out/games
'';
meta = {
meta = with stdenv.lib; {
description = "A program that displays a pseudorandom message from a database of quotations";
platforms = stdenv.lib.platforms.unix;
license = licenses.bsdOriginal;
platforms = platforms.unix;
};
}