summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexandre Peyroux <alex@px.io>2019-11-25 19:58:53 +0100
committerRenaud <c0bw3b@users.noreply.github.com>2019-11-25 19:58:53 +0100
commit4f23da2632083dfa07e5410652627015c80fcf64 (patch)
tree819dd86fd1e82c659d57b67896ba24214f32de21
parentc1cc445a6c893e0220e5e5ea2f315f591b56fe79 (diff)
downloadnixpkgs-4f23da2632083dfa07e5410652627015c80fcf64.tar
nixpkgs-4f23da2632083dfa07e5410652627015c80fcf64.tar.gz
nixpkgs-4f23da2632083dfa07e5410652627015c80fcf64.tar.bz2
nixpkgs-4f23da2632083dfa07e5410652627015c80fcf64.tar.lz
nixpkgs-4f23da2632083dfa07e5410652627015c80fcf64.tar.xz
nixpkgs-4f23da2632083dfa07e5410652627015c80fcf64.tar.zst
nixpkgs-4f23da2632083dfa07e5410652627015c80fcf64.zip
c14: update meta.homepage
 (#74144)
-rw-r--r--pkgs/applications/networking/c14/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };