diff options
-rw-r--r-- | .envrc | 4 | ||||
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | treefmt.nix | 1 |
3 files changed, 8 insertions, 9 deletions
diff --git a/.envrc b/.envrc index 525634c..070726d 100644 --- a/.envrc +++ b/.envrc @@ -17,6 +17,6 @@ PATH_add ./target/release PATH_add ./scripts if on_git_branch; then - echo && git status --short --branch && - echo && git fetch --verbose + echo && git status --short --branch && + echo && git fetch --verbose fi diff --git a/README.md b/README.md index 31c2a85..dc0f0b2 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ If not, see <https://www.gnu.org/licenses/agpl.txt>. ## Licensing -This project complies with the REUSE v3.2 specification. This means that every file -clearly states its copyright. -Please run `./scripts/cprh.sh contributer NAME EMAIL FILES..` after you -contributed to `FILES..` to record your contribution (obviously replacing -the `NAME`, `EMAIL` and `FILES..` placeholders with your name, email, and -the paths to the changed files respectively (see the `--help` output for more)). +This project complies with the REUSE v3.2 specification. This means that every +file clearly states its copyright. Please run +`./scripts/cprh.sh contributer NAME EMAIL FILES..` after you contributed to +`FILES..` to record your contribution (obviously replacing the `NAME`, `EMAIL` +and `FILES..` placeholders with your name, email, and the paths to the changed +files respectively (see the `--help` output for more)). diff --git a/treefmt.nix b/treefmt.nix index 0015102..3e1109e 100644 --- a/treefmt.nix +++ b/treefmt.nix @@ -6,7 +6,6 @@ # # You should have received a copy of the License along with this program. # If not, see <https://www.gnu.org/licenses/agpl.txt>. - { treefmt-nix, pkgs, |