about summary refs log tree commit diff
path: root/pkgs/tools/backup/restic
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-04-09 03:30:09 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-04-09 03:30:09 +0200
commit1e70721319856d35a86c021cd6620a52facc72a5 (patch)
tree48f00ceee10e560dab130d3f7cc81da10204a492 /pkgs/tools/backup/restic
parenta6ab4bfac4447bd550a5d20da282881136c31c4a (diff)
Use clickable homepages on packages which are changed in #225362
Diffstat (limited to 'pkgs/tools/backup/restic')
-rw-r--r--pkgs/tools/backup/restic/rest-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/restic/rest-server.nix b/pkgs/tools/backup/restic/rest-server.nix
index 0e9a72381ba6d..169b8d74eebed 100644
--- a/pkgs/tools/backup/restic/rest-server.nix
+++ b/pkgs/tools/backup/restic/rest-server.nix
@@ -23,8 +23,8 @@ buildGoModule rec {
   ];
 
   meta = with lib; {
-    inherit (src.meta) homepage;
     description = "A high performance HTTP server that implements restic's REST backend API";
+    homepage = "https://github.com/restic/rest-server";
     platforms = platforms.unix;
     license = licenses.bsd2;
     maintainers = with maintainers; [ dotlambda ];