diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-04 17:36:01 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-04 17:36:01 +0100 |
commit | aa6a0c2a4575ac60c050deceb8a9272bb7c95f14 (patch) | |
tree | 5ce458afd124d96ae912fa28cbdcdab11c0f4bbc /.envrc | |
parent | build(flake): Update (diff) | |
download | pgp-wkd-aa6a0c2a4575ac60c050deceb8a9272bb7c95f14.zip |
chore(treewide): Add License via reuse
Diffstat (limited to '')
-rw-r--r-- | .envrc | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.envrc b/.envrc index 0f36b0a..f051440 100644 --- a/.envrc +++ b/.envrc @@ -1,10 +1,20 @@ #! /usr/bin/env sh +# pgp-wkd - A web key directory for pgp-keys +# +# Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de> +# SPDX-License-Identifier: CC-BY-SA-4.0 +# +# This file is part of pgp-wkd. +# +# You should have received a copy of the License along with this program. +# If not, see <https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt>. + use flake || use nix watch_file flake.nix PATH_add ./scripts if on_git_branch; then - echo && git status --short --branch + echo && git status --short --branch fi |