mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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:
parent
4b5ab4aaff
commit
e59b7f25ae
1 changed files with 6 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue