From 5ced399174beb9a2cdc04511a30c5d2b6319318f Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Sun, 6 Nov 2022 16:57:51 +0100 Subject: [PATCH] [crush] Remove reference to LICENSE and add URL to home repo. --- 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'