diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-12 13:57:31 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-12 14:00:28 +0300 |
commit | 20a456e33222ed31008db3c328f1e10c212acf00 (patch) | |
tree | 49656edebb9e6ad6bb139d46d52a8c45c6e2af65 /tests/load/1/math/packages.manifest | |
parent | a259cbd13dcf9a25fdd758fc18f7611e1ac404f6 (diff) |
Make project url and email optional in package manifest
Diffstat (limited to 'tests/load/1/math/packages.manifest')
-rw-r--r-- | tests/load/1/math/packages.manifest | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/load/1/math/packages.manifest b/tests/load/1/math/packages.manifest index 3c6e325..50db2dc 100644 --- a/tests/load/1/math/packages.manifest +++ b/tests/load/1/math/packages.manifest @@ -21,10 +21,8 @@ name: libfoo version: 1.0 summary: The Foo Library license: MIT -url: http://www.example.com/foo/ -email: foo-users@example.com location: libfoo-1.0.tar.gz -sha256sum: d8ad319b55fdd19ff24cb0fcf9d61101289569f80b8688884389587cfafa1f1e +sha256sum: 0df6d45a3514c6101609bdcfefe7659b5754e505c6cf6b4107141d8217bb981d : name: libfoo version: 1.2.4+1 |