mop: add license

This commit is contained in:
Markus Kowalewski 2018-09-01 14:13:00 +02:00
parent 7ddb87eb5a
commit 4f67eabc19
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -22,9 +22,10 @@ buildGoPackage rec {
sha256 = "0zp51g9i8rw6acs4vnrxclbxa5z1v0a0m1xx27szszp0rphcczkx";
};
meta = {
meta = with stdenv.lib; {
description = "Simple stock tracker implemented in go";
homepage = https://github.com/mop-tracker/mop;
platforms = stdenv.lib.platforms.all;
license = licenses.mit;
platforms = platforms.all;
};
}