diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-23 16:48:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-23 17:09:58 +0200 |
commit | e9324d7ff6777f8b1acc9731e8221339c1e6c3d5 (patch) | |
tree | 576b6adbbcf0bdb771bd1836f9dc8ae31ac21d1b | |
parent | 50006e227234e193806770330b18129b8f286b6a (diff) |
Fix bug in manifest
-rw-r--r-- | manifest | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ version: 0.2.0 summary: build2 package manager license: MIT tags: build2, c++, package, manager -description-file: README -changes-file: NEWS +#description-file: README +#changes-file: NEWS url: https://build2.org email: users@build2.org requires: c++11 |