mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
bsdiff: cleanup
This commit is contained in:
parent
eaf2c4a2dd
commit
7c49b4143c
@ -27,11 +27,11 @@ stdenv.mkDerivation rec {
|
||||
cp bspatch.1 $out/share/man/man1
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "An efficient binary diff/patch tool";
|
||||
homepage = "http://www.daemonology.net/bsdiff";
|
||||
license = lib.licenses.bsd2;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ lib.maintainers.thoughtpolice ];
|
||||
homepage = "https://www.daemonology.net/bsdiff/";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.thoughtpolice ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user