From 4f23da2632083dfa07e5410652627015c80fcf64 Mon Sep 17 00:00:00 2001 From: Alexandre Peyroux Date: Mon, 25 Nov 2019 19:58:53 +0100 Subject: [PATCH] c14: update meta.homepage (#74144) --- pkgs/applications/networking/c14/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/c14/default.nix b/pkgs/applications/networking/c14/default.nix index 3383d6838f7..c000a37ff02 100644 --- a/pkgs/applications/networking/c14/default.nix +++ b/pkgs/applications/networking/c14/default.nix @@ -17,7 +17,7 @@ buildGoPackage rec { meta = with stdenv.lib; { description = "C14 is designed for data archiving & long-term backups."; - homepage = https://www.online.net/en/c14; + homepage = https://www.online.net/en/storage/c14-cold-storage; license = licenses.mit; maintainers = with maintainers; [ apeyroux ]; };