tzdata: add licenses

https://github.com/eggert/tz/blob/main/LICENSE
This commit is contained in:
Martin Weinelt
2021-06-04 04:21:05 +02:00
parent 5b485337cf
commit 99b4d189e2
+4
View File
@@ -68,6 +68,10 @@ stdenv.mkDerivation rec {
homepage = "http://www.iana.org/time-zones";
description = "Database of current and historical time zones";
changelog = "https://github.com/eggert/tz/blob/${version}/NEWS";
license = with licenses; [
bsd3 # tzcode
publicDomain # tzdata
];
platforms = platforms.all;
maintainers = with maintainers; [ fpletz ];
};