mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Fix comments.
This commit is contained in:
Vendored
+1
-1
@@ -48,8 +48,8 @@ type Package struct {
|
|||||||
SourceArchitecture string
|
SourceArchitecture string
|
||||||
// For binary package, name of source package
|
// For binary package, name of source package
|
||||||
Source string
|
Source string
|
||||||
Provides []string
|
|
||||||
// Various dependencies
|
// Various dependencies
|
||||||
|
Provides []string
|
||||||
Depends []string
|
Depends []string
|
||||||
BuildDepends []string
|
BuildDepends []string
|
||||||
BuildDependsInDep []string
|
BuildDependsInDep []string
|
||||||
|
|||||||
Reference in New Issue
Block a user