diff options
Diffstat (limited to 'package.proto')
| -rw-r--r-- | package.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.proto b/package.proto index 7c8436b..fdb99d7 100644 --- a/package.proto +++ b/package.proto @@ -33,7 +33,7 @@ message DebInfo { } message Package { - string Package = 1; // `autogenpb:sort` + string Package = 1; // `autogenpb:unique` `autogenpb:sort` string Filename = 2; // `autogenpb:unique` `autogenpb:sort` string Namespace = 3; // namespace path to the sources (go.wit.com/apps/zookeeper) string Version = 4; // |
