nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/source/creator/config.d b/source/creator/config.d
2index 4289703..d8dea4e 100644
3--- a/source/creator/config.d
4+++ b/source/creator/config.d
5@@ -30,7 +30,7 @@ enum INC_BANNER_ARTIST_PAGE = "https://mastodon.art/@nighteden";
6 /**
7 URI for bug reports, for unofficial builds this SHOULD be changed.
8 */
9-enum INC_BUG_REPORT_URI = "https://github.com/Inochi2D/inochi-creator/issues/new?assignees=&labels=bug&template=bug-report.yml&title=%5BBUG%5D";
10+enum INC_BUG_REPORT_URI = "https://github.com/NixOS/nixpkgs/issues/new?assignees=@assignees@&labels=0.kind%3A+bug&projects=&template=bug_report.md&title=inochi-creator:";
11
12 /**
13 URI for feature requests, for the most part this doesn't need to be changed