aboutsummaryrefslogtreecommitdiffstats
path: root/core.go
diff options
context:
space:
mode:
Diffstat (limited to 'core.go')
-rw-r--r--core.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core.go b/core.go
index 7a7f918..65aff82 100644
--- a/core.go
+++ b/core.go
@@ -127,6 +127,6 @@ func makeTestBom() (*BomMeta, *Bom) {
b.AddLineItem(&li)
b.AddLineItem(&li2)
b.AddLineItem(&li3)
- bm := &BomMeta{Name: "Some Bom", Owner: "Some Owner", Description: "This is such a thing!", HeadVersion: b.Version, Homepage: "http://bommom.com", IsPublicView: true, IsPublicEdit: false}
+ bm := &BomMeta{Name: "Some Bom", Owner: "Some Owner", Description: "This is such a thing!", HeadVersion: b.Version, Homepage: "http://bommom.memeschemes.com", IsPublicView: true, IsPublicEdit: false}
return bm, b
}