mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
bzip2: update license
This commit is contained in:
parent
33818a2627
commit
3bc155dfd0
@ -35,11 +35,10 @@ stdenv.mkDerivation rec {
|
||||
configureFlags =
|
||||
stdenv.lib.optionals linkStatic [ "--enable-static" "--disable-shared" ];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.bzip.org;
|
||||
meta = with stdenv.lib; {
|
||||
description = "High-quality data compression program";
|
||||
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = licenses.bsdOriginal;
|
||||
platforms = platforms.all;
|
||||
maintainers = [];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user