mop: add license
This commit is contained in:
parent
7ddb87eb5a
commit
4f67eabc19
@ -22,9 +22,10 @@ buildGoPackage rec {
|
|||||||
sha256 = "0zp51g9i8rw6acs4vnrxclbxa5z1v0a0m1xx27szszp0rphcczkx";
|
sha256 = "0zp51g9i8rw6acs4vnrxclbxa5z1v0a0m1xx27szszp0rphcczkx";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Simple stock tracker implemented in go";
|
description = "Simple stock tracker implemented in go";
|
||||||
homepage = https://github.com/mop-tracker/mop;
|
homepage = https://github.com/mop-tracker/mop;
|
||||||
platforms = stdenv.lib.platforms.all;
|
license = licenses.mit;
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user