Skip to content

Commit 2b1becd

Browse files
committed
Init fork
1 parent 832f7db commit 2b1becd

File tree

6 files changed

+12
-104
lines changed

6 files changed

+12
-104
lines changed

.github/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# mint-notag
2+
3+
This is a fork of mint that doesn't prepend the lobby name with `[MODDED]`.
4+
5+
For more information on mint usage see the [original README](https://github.com/trumank/mint?tab=readme-ov-file).
6+
7+
## Download
8+
9+
The latest release is available on the [Releases page](https://github.com/Strappazzon/drg-mint-notag/releases/latest).

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/target
22
/hook/target
3-
/.idea

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "drg_mod_integration"
33
version = "0.2.10"
44
edition = "2021"
5-
repository = "https://github.com/trumank/drg-mod-integration"
5+
repository = "https://github.com/Strappazzon/drg-mint-notag"
66

77
[dependencies]
88
anyhow = { version = "1.0.72", features = ["backtrace"] }

LICENSE renamed to LICENSE.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Copyright (c) 2023 Truman Kilen
2+
Copyright (c) 2023 Strappazzon
23

34
Permission is hereby granted, free of charge, to any person obtaining a copy
45
of this software and associated documentation files (the "Software"), to deal

README.md

-101
This file was deleted.

release.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pre-release-replacements = [
55
{file="CHANGELOG.md", search="\\.\\.\\.HEAD", replace="...{{tag_name}}", exactly=1},
66
{file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}"},
77
{file="CHANGELOG.md", search="<!-- next-header -->", replace="<!-- next-header -->\n\n## [Unreleased] - ReleaseDate", exactly=1},
8-
{file="CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/trumank/drg-mod-integration/compare/{{tag_name}}...HEAD", exactly=1},
8+
{file="CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/Strappazzon/drg-mint-notag/compare/{{tag_name}}...HEAD", exactly=1},
99
]

0 commit comments

Comments
 (0)