Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintainer needed? #189

Open
bitdivine opened this issue Mar 31, 2023 · 4 comments
Open

Maintainer needed? #189

bitdivine opened this issue Mar 31, 2023 · 4 comments

Comments

@bitdivine
Copy link

bitdivine commented Mar 31, 2023

It looks as if pup is a useful tool but @ericchiang does not have the time to maintain it. Would it be possible to assign one or more maintainers who can at least do basic housekeeping? Examples of changes that I think are uncontentious but that would fix significant issues:

  • Update brew install instructions in the README
  • Update the deprecated and no longer working go get to the replacement go install

(Where is my Manu Cornet book when I need it ;-) )

@gromgit
Copy link

gromgit commented Mar 31, 2023

I'd be perfectly happy to help maintain this project.

@NorseGaud
Copy link

@ericchiang needs to comment.

@luzpaz
Copy link

luzpaz commented Jan 22, 2024

bump @ericchiang

@edswangren
Copy link

edswangren commented Sep 13, 2024

@luzpaz silence is implicit agreement .

me@default:~$ go get pup
go: go.mod file not found in current directory or any parent directory.
	'go get' is no longer supported outside a module.
	To build and install a command blah blah blah blah.... (5 more lines)
me@annoyed:~$ go install pup
go: 'go install' requires a version when current directory is not in a module
	Try 'go install pup@latest' to install the latest version
me@wtf~$ go install pup@latest
go: pup@latest: malformed module path "pup": missing dot in first path element
me@(◔_◔):~$ : ...
me@f*ck-u:~$ sudo apt install html-xml-utils

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@gromgit @luzpaz @NorseGaud @bitdivine @edswangren and others