mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Fix comments.
This commit is contained in:
Vendored
+2
-2
@@ -47,9 +47,9 @@ type Package struct {
|
||||
// while Architecture would be equal to "source"
|
||||
SourceArchitecture string
|
||||
// For binary package, name of source package
|
||||
Source string
|
||||
Provides []string
|
||||
Source string
|
||||
// Various dependencies
|
||||
Provides []string
|
||||
Depends []string
|
||||
BuildDepends []string
|
||||
BuildDependsInDep []string
|
||||
|
||||
Reference in New Issue
Block a user