forked from mirrors/nixpkgs
perlPackages.MHonArc: update metadata and style
This commit is contained in:
parent
cd714e7205
commit
fffe5f525f
|
@ -10661,12 +10661,12 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
MHonArc = buildPerlPackage {
|
||||
MHonArc = buildPerlPackage rec {
|
||||
pname = "MHonArc";
|
||||
version = "2.6.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://dcssrv1.oit.uci.edu/indiv/ehood/release/MHonArc/tar/MHonArc-2.6.19.tar.gz";
|
||||
url = "https://www.mhonarc.org/release/MHonArc/tar/MHonArc-${version}.tar.gz";
|
||||
sha256 = "0ll3v93yji334zqp6xfzfxc0127pmjcznmai1l5q6dzawrs2igzq";
|
||||
};
|
||||
|
||||
|
@ -10677,10 +10677,10 @@ let
|
|||
installTargets = "install";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://dcssrv1.oit.uci.edu/indiv/ehood/mhonarch.html;
|
||||
homepage = "https://www.mhonarc.org/";
|
||||
description = "A mail-to-HTML converter";
|
||||
maintainers = with maintainers; [ lovek323 ];
|
||||
license = licenses.gpl2;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue