gnu: go-github-com-androiddnsfix: Rename to go-github-com-mtibben-androiddnsfix.

* gnu/packages/golang.scm (go-github-com-androiddnsfix): Rename to
go-github-com-mtibben-androiddnsfix.
(aws-vault)[native-inputs]: Adjust accordingly.
This commit is contained in:
Efraim Flashner 2022-01-02 10:42:36 +02:00
parent 4b5ab4aaff
commit e59b7f25ae
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8918,7 +8918,7 @@ (define-public aws-vault
(build-system go-build-system)
(native-inputs
(list go-github-com-99designs-go-keyring
go-github-com-androiddnsfix
go-github-com-mtibben-androiddnsfix
go-github-com-mtibben-percent
go-github-com-jmespath-go-jmespath
go-github-com-aws-aws-sdk-go
@ -9045,11 +9045,11 @@ (define-public go-github-com-99designs-go-keyring
(home-page "https://github.com/99designs/keyring")
(license license:expat)))
(define-public go-github-com-androiddnsfix
(define-public go-github-com-mtibben-androiddnsfix
(let ((commit "ff02804463540c36e3a148dcf4b009d003cf2a31")
(revision "0"))
(package
(name "go-github-com-androiddnsfix")
(name "go-github-com-mtibben-androiddnsfix")
(version (git-version "0.0.0" revision commit))
(source (origin
(method git-fetch)
@ -9072,6 +9072,9 @@ (define-public go-github-com-androiddnsfix
(home-page "https://github.com/mtibben/androiddnsfix")
(license license:expat))))
(define-public go-github-com-androiddnsfix
(deprecated-package "go-github-com-androiddnsfix" go-github-com-mtibben-androiddnsfix))
(define-public go-github-com-aws-aws-sdk-go
(package
(name "go-github-com-aws-aws-sdk-go")