diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-12 15:28:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-12 15:34:00 +0300 |
commit | 4b5c7b13f0ebd44c05b50ef8c3e56b0d02bfc4fe (patch) | |
tree | 82b8748af9b4b5cb43f062adfd5060e345fef92c /libbrep | |
parent | 30f4cd73410479a95cc7a21958a594d2d7e5993f (diff) |
Use 'builds' parameter instead of 'pn' for ?builds handler
Diffstat (limited to 'libbrep')
-rw-r--r-- | libbrep/package.cxx | 4 |
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. // |