mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
json-c: add license
This commit is contained in:
parent
bf05411b3f
commit
f3013dcfe0
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/json-c/json-c/wiki";
|
homepage = "https://github.com/json-c/json-c/wiki";
|
||||||
maintainers = with maintainers; [ lovek323 ];
|
maintainers = with maintainers; [ lovek323 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.mit;
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
JSON-C implements a reference counting object model that allows you to
|
JSON-C implements a reference counting object model that allows you to
|
||||||
|
Loading…
Reference in New Issue
Block a user