summary refs log tree commit diff
path: root/ripple/website/build.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ripple/website/build.nix')
-rw-r--r--ripple/website/build.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ripple/website/build.nix b/ripple/website/build.nix
index b87c642..b7cfe64 100644
--- a/ripple/website/build.nix
+++ b/ripple/website/build.nix
@@ -1,2 +1,5 @@
+# SPDX-FileCopyrightText: V <v@unfathomable.blue>
+# SPDX-License-Identifier: LicenseRef-NONE
+
 let pkgs = import <nixpkgs> {};
 in pkgs.callPackage ./default.nix {}