diff --git a/.travis.yml b/.travis.yml index c6cab50..0dff660 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/LICENSE b/LICENSE index f3c01a7..c734331 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 50ea6cf..bd495c9 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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") diff --git a/exiv_test.go b/exiv_test.go index 78d2e7b..a607fe1 100644 --- a/exiv_test.go +++ b/exiv_test.go @@ -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" diff --git a/go.mod b/go.mod index ec2f055..af02ad5 100644 --- a/go.mod +++ b/go.mod @@ -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