mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
bsdiff: cleanup
This commit is contained in:
parent
eaf2c4a2dd
commit
7c49b4143c
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "4.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.daemonology.net/bsdiff/${pname}-${version}.tar.gz";
|
||||
url = "https://www.daemonology.net/bsdiff/${pname}-${version}.tar.gz";
|
||||
sha256 = "0j2zm3z271x5aw63mwhr3vymzn45p2vvrlrpm9cz2nywna41b0hq";
|
||||
};
|
||||
|
||||
@ -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