Merge pull request #225420 from christoph-heiss/pkgs/fcft/license

fcft: add zlib license to list
This commit is contained in:
Nick Cao 2023-04-19 23:47:53 +08:00 committed by GitHub
commit dfd2283f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
fionera
sternenseemann
];
license = licenses.mit;
license = with licenses; [ mit zlib ];
platforms = with platforms; linux;
};
}