Merge pull request #225420 from christoph-heiss/pkgs/fcft/license
fcft: add zlib license to list
This commit is contained in:
commit
dfd2283f07
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
|||
fionera
|
||||
sternenseemann
|
||||
];
|
||||
license = licenses.mit;
|
||||
license = with licenses; [ mit zlib ];
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue