mylvmbackup: remove meta.homepage from fetch url
This commit is contained in:
parent
4991aadefc
commit
d90bafbcad
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
version = "0.16";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}/${pname}-${version}.tar.gz";
|
||||
url = "https://www.lenzg.net/mylvmbackup/${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-vb7M3EPIrxIz6jUwm241fzaEz2czqdCObrFgSOSgJRU=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue