thinking-rock: fix license

gstqt5
Markus Kowalewski 2020-06-26 11:01:57 +02:00
parent ecc80518a6
commit ec38614621
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 3 additions and 3 deletions

View File

@ -32,10 +32,10 @@ stdenv.mkDerivation {
installPhase = ":"; installPhase = ":";
meta = { meta = with stdenv.lib; {
description = "Task management system"; description = "Task management system";
homepage = "http://www.thinkingrock.com.au/"; homepage = "http://www.thinkingrock.com.au/";
license = "CDDL"; # Common Development and Distribution License license = licenses.cddl;
platforms = stdenv.lib.platforms.unix; platforms = platforms.unix;
}; };
} }