Skip to content

Commit

Permalink
Merge pull request #5 from rtio/rtio/change-github
Browse files Browse the repository at this point in the history
Change github
  • Loading branch information
rtio authored Feb 28, 2023
2 parents 940fe8a + c21b63f commit ff7968e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go: 1.18
go_import_path: https://github.com/kolesa-team/goexiv
go_import_path: https://github.com/rtio/goexiv

cache:
apt: true
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Kolesa group
Copyright (c) 2023 Rafael Meneses

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://api.travis-ci.org/kolesa-team/goexiv.svg)](https://api.travis-ci.org/kolesa-team/goexiv.svg)
[![Build Status](https://api.travis-ci.org/rtio/goexiv.svg)](https://api.travis-ci.org/rtio/goexiv.svg)

# Go bindings for exiv2 (http://www.exiv2.org)

Expand Down Expand Up @@ -37,7 +37,7 @@ Also, this library is tested with `golang:1.13-alpine` docker image, where the c
Basic usage:
```
import "github.com/kolesa-team/goexiv"
import "github.com/rtio/goexiv"

// Open an image from disk
goexivImg, err := goexiv.Open("/path/to/image.jpg")
Expand Down
2 changes: 1 addition & 1 deletion exiv_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package goexiv_test

import (
"github.com/kolesa-team/goexiv"
"github.com/rtio/goexiv"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"io/ioutil"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/kolesa-team/goexiv
module github.com/rtio/goexiv

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down

0 comments on commit ff7968e

Please sign in to comment.