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
+1 -1
View File
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
fionera
sternenseemann
];
license = licenses.mit;
license = with licenses; [ mit zlib ];
platforms = with platforms; linux;
};
}