From 06dd90ff63d5ea9cb98a4b0ab51be302bb2d6b22 Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Sun, 6 Nov 2022 17:45:16 +0100 Subject: [PATCH] [crush] Update crush.lua. --- crush.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crush.lua b/crush.lua index 9b3182f..87a8e86 100644 --- a/crush.lua +++ b/crush.lua @@ -2,7 +2,8 @@ -- -- Author: Lorenzo Cogotti -- Copyright: 2022 The DoubleFourteen Code Forge --- License: MIT (see LICENSE file for details) +-- Home: https://gitea.it/1414codeforge/crush +-- License: MIT local io = require 'io' local os = require 'os'