mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
monit: don't abuse meta.homepage
This commit is contained in:
parent
76a6908a09
commit
d3fb4568b3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
version = "5.32.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}dist/monit-${version}.tar.gz";
|
||||
url = "https://mmonit.com/monit/dist/monit-${version}.tar.gz";
|
||||
sha256 = "sha256-EHcFLUxOhIrEfRT5s3dU1GQZrsvoyaB+H4ackU+vMhY=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue