From e43ecb0fa8118f45be7f632b8c06eefd52029968 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 1 Jan 2023 11:45:17 +0100 Subject: Use local license file for Simutrans --- tw/packages/games.scm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'tw/packages') diff --git a/tw/packages/games.scm b/tw/packages/games.scm index ca6d6308..7adee44f 100644 --- a/tw/packages/games.scm +++ b/tw/packages/games.scm @@ -190,9 +190,6 @@ company and has to transport goods and passengers between factories and differen "Interconnect districts, cities, public buildings, industries and tourist " "attractions by building a transport network you always dreamed of. " "This package comes bundled with simutrans-pak128.")) - (license - (license:non-copyleft - (string-append - "https://raw.githubusercontent.com/aburch/simutrans/" - "8593f5b1248d03f907a149f7abc41ae6512009e1/simutrans/license.txt") - "This is Simutrans' custom artistic license.")))) + (license (license:non-copyleft + "file://simutrans/license.txt" + "This is Simutrans' custom artistic license.")))) -- cgit v1.2.3