Skip to content

Commit 3591d19

Browse files
committed
Fix some more volatiletech references
1 parent 9bad2eb commit 3591d19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020 Volatile Technologies Inc. All rights reserved.
1+
Copyright (c) 2025 Aaron Lefkowitz
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions are

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4)](https://pkg.go.dev/mod/github.com/aarondl/sqlboiler/v4)
55
[![Slack](https://img.shields.io/badge/slack-%23general-lightgrey.svg)](https://sqlboiler.from-the.cloud)
66
![ActionsCI](https://github.com/aarondl/sqlboiler/workflows/test/badge.svg)
7-
[![Go Report Card](https://goreportcard.com/badge/volatiletech/sqlboiler)](http://goreportcard.com/report/volatiletech/sqlboiler)
7+
[![Go Report Card](https://goreportcard.com/badge/aarondl/sqlboiler)](http://goreportcard.com/report/aarondl/sqlboiler)
88

99
# Maintenance Mode
1010

boilingcore/boilingcore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ func (s *State) verifyModVersion() error {
750750
return fmt.Errorf(fmt.Sprintf("could not read go.mod: %v", err))
751751
}
752752

753-
re, err := regexp.Compile(`github\.com\/volatiletech\/sqlboiler\/v4 v(\d*\.\d*\.\d*)`)
753+
re, err := regexp.Compile(`github\.com\/aarondl\/sqlboiler\/v4 v(\d*\.\d*\.\d*)`)
754754
if err != nil {
755755
return fmt.Errorf(fmt.Sprintf("failed to parse regexp: %v", err))
756756
}

0 commit comments

Comments
 (0)