3
0
Fork 0
forked from mirrors/nixpkgs

restic: update project website (#36408)

* restic: update project website

The project website has changed, so I updated it.

* restic: no trailing slash
This commit is contained in:
Marius Bergmann 2018-03-07 09:10:02 +01:00 committed by Jörg Thalheim
parent 0e23b529cc
commit 8154f9ebd5

View file

@ -32,7 +32,7 @@ buildGoPackage rec {
'';
meta = with stdenv.lib; {
homepage = https://restic.github.io;
homepage = https://restic.net;
description = "A backup program that is fast, efficient and secure";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.bsd2;