Last active
April 28, 2019 08:28
-
-
Save strugee/302f52fc30c38c4c0dc01a116497cd22 to your computer and use it in GitHub Desktop.
Personal config file for count-your-issues
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"type": "github", | |
"username": "strugee" | |
}, | |
{ | |
"type": "gitlab", | |
"username": "strugee", | |
"cookie": "XXX" | |
}, | |
{ | |
"type": "gitlab", | |
"instance": "https://git.gnu.io", | |
"username": "strugee", | |
"cookie": "XXX" | |
}, | |
{ | |
"type": "gitlab", | |
"instance": "https://gitlab.gnome.org", | |
"username": "strugee", | |
"cookie": "XXX" | |
}, | |
{ | |
"type": "bugzilla", | |
"email": "[email protected]" | |
}, | |
{ | |
"type": "bugzilla", | |
"instance": "https://bugzilla.strugee.net", | |
"email": "[email protected]" | |
}, | |
{ | |
"type": "bugzilla", | |
"instance": "https://bugzilla.gnome.org", | |
"email": "[email protected]" | |
}, | |
{ | |
"type": "bugzilla", | |
"instance": "https://bugs.freebsd.org/bugzilla/", | |
"email": "[email protected]" | |
}, | |
{ | |
"type": "bugzilla", | |
"instance": "https://bugs.freedesktop.org", | |
"email": "[email protected]" | |
}, | |
{ | |
"type": "bugzilla", | |
"instance": "https://bugs.webkit.org", | |
"email": "[email protected]" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment