Merge pull request #17923 from vrthra/redo-update
redo: update download URL
This commit is contained in:
commit
96ee6f08c6
@ -3,8 +3,8 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "redo-1.2";
|
name = "redo-1.2";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://homepage.ntlworld.com/jonathan.deboynepollard/Softwares/${name}.tar.bz2";
|
url = "https://jdebp.eu./Repository/freebsd/${name}.tar.gz";
|
||||||
sha256 = "0hfbiljmgl821a0sf7abrfx29f22ahrgs86mrlrm8m95s7387kpp";
|
sha256 = "0qr8plllxfn32r4rgnalzlhcs3b4l8a4ga8ig9v8i5iy1qnfhqnf";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl /* for pod2man */ ];
|
nativeBuildInputs = [ perl /* for pod2man */ ];
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://homepage.ntlworld.com/jonathan.deboynepollard/Softwares/redo.html;
|
homepage = https://jdebp.eu./Softwares/redo/;
|
||||||
description = "A system for building target files from source files";
|
description = "A system for building target files from source files";
|
||||||
license = stdenv.lib.licenses.bsd2;
|
license = stdenv.lib.licenses.bsd2;
|
||||||
maintainers = [ stdenv.lib.maintainers.vrthra ];
|
maintainers = [ stdenv.lib.maintainers.vrthra ];
|
||||||
|
Loading…
Reference in New Issue
Block a user