summaryrefslogtreecommitdiff
path: root/tw/packages/games.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-01-01 11:45:17 +0100
committerTimo Wilken2023-01-01 11:45:17 +0100
commite43ecb0fa8118f45be7f632b8c06eefd52029968 (patch)
treed9906c03f3f698f36ab4efb96881880240e261a7 /tw/packages/games.scm
parent6904607ccb687a1f4e382a2599f144ebd42bc42e (diff)
Use local license file for Simutrans
Diffstat (limited to 'tw/packages/games.scm')
-rw-r--r--tw/packages/games.scm9
1 files changed, 3 insertions, 6 deletions
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."))))