forked from mirrors/nixpkgs
thinking-rock: fix license
This commit is contained in:
parent
ecc80518a6
commit
ec38614621
|
@ -32,10 +32,10 @@ stdenv.mkDerivation {
|
|||
|
||||
installPhase = ":";
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Task management system";
|
||||
homepage = "http://www.thinkingrock.com.au/";
|
||||
license = "CDDL"; # Common Development and Distribution License
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = licenses.cddl;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue