scribusUnstable: clarify license

This commit is contained in:
Kerstin Humm 2021-11-25 21:43:54 +01:00
parent 07e3b29217
commit 79e5ac3df4
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B

View File

@ -77,10 +77,11 @@ mkDerivation rec {
platforms = platforms.linux;
description = "Desktop Publishing (DTP) and Layout program for Linux";
homepage = "https://www.scribus.net";
# There are a lot of licenses... https://github.com/scribusproject/scribus/blob/20508d69ca4fc7030477db8dee79fd1e012b52d2/COPYING#L15-L19
# There are a lot of licenses...
# https://github.com/scribusproject/scribus/blob/20508d69ca4fc7030477db8dee79fd1e012b52d2/COPYING#L15-L19
license = with licenses; [
bsd3
gpl2
gpl2Plus
mit
publicDomain
];