aboutsummaryrefslogtreecommitdiff
path: root/libbrep/package.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-07-12 15:28:32 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-07-12 15:34:00 +0300
commit4b5c7b13f0ebd44c05b50ef8c3e56b0d02bfc4fe (patch)
tree82b8748af9b4b5cb43f062adfd5060e345fef92c /libbrep/package.cxx
parent30f4cd73410479a95cc7a21958a594d2d7e5993f (diff)
Use 'builds' parameter instead of 'pn' for ?builds handler
Diffstat (limited to 'libbrep/package.cxx')
-rw-r--r--libbrep/package.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbrep/package.cxx b/libbrep/package.cxx
index 8c0abfe..5b729c8 100644
--- a/libbrep/package.cxx
+++ b/libbrep/package.cxx
@@ -125,8 +125,8 @@ namespace brep
// Probably drop-box would be better as also tells what are
// the available internal repositories.
//
- string k (id.name.string () + " " + version.string () + " " +
- version.string (true) + " " + project.string ());
+ string k (project.string () + " " + id.name.string () + " " +
+ version.string () + " " + version.string (true));
// Add tags to keywords.
//