8000 use gitcreds for managing github PAT by Aariq · Pull Request #96 · ropensci/gistr · GitHub
[go: up one dir, main page]

Skip to content

use gitcreds for managing github PAT #96

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

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Change maintainer classification in the DESCRIPTION file
Co-authored-by: Maëlle Salmon <maelle.salmon@yahoo.se>
  • Loading branch information
ScientificProgrammer and maelle authored Nov 8, 2024
commit 5bbb5fc2fc1e1c396379f175b7d11bbd1661d528
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Description: Work with 'GitHub' 'gists' from 'R' (e.g.,
<https://gist.github.com/>.
Version: 0.9.0.93
Authors@R: c(
person("Scott", "Chamberlain", , "myrmecocystus@gmail.com", role = c("aut", "cre"),
person("Scott", "Chamberlain", , "myrmecocystus@gmail.com", role = "aut",
comment = c(ORCID = "0000-0003-1444-9135")),
person("Ramnath", "Vaidyanathan", role = "aut"),
person("Karthik", "Ram", role = "aut"),
person("Milgram", "Eric", role = "aut"),
person("Milgram", "Eric", role = c("aut", "cre")),
person("Eric R.", "Scott", role = "ctb")
)
License: MIT + file LICENSE
Expand Down
Loading
0