about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/garage
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2024-01-17 10:27:41 -0500
committerRaito Bezarius <masterancpp@gmail.com>2024-01-17 17:24:20 +0100
commit1c1f1d2f9b7e6ff5c2dfd0bd4b5773fd31a2818f (patch)
tree15a65e2a7e32a309b45665123dec071697aedd7c /pkgs/tools/filesystems/garage
parente8f1c9b2fb4ee502871157c4fcae4e2700fdbb46 (diff)
downloadnixlib-1c1f1d2f9b7e6ff5c2dfd0bd4b5773fd31a2818f.tar
nixlib-1c1f1d2f9b7e6ff5c2dfd0bd4b5773fd31a2818f.tar.gz
nixlib-1c1f1d2f9b7e6ff5c2dfd0bd4b5773fd31a2818f.tar.bz2
nixlib-1c1f1d2f9b7e6ff5c2dfd0bd4b5773fd31a2818f.tar.lz
nixlib-1c1f1d2f9b7e6ff5c2dfd0bd4b5773fd31a2818f.tar.xz
nixlib-1c1f1d2f9b7e6ff5c2dfd0bd4b5773fd31a2818f.tar.zst
nixlib-1c1f1d2f9b7e6ff5c2dfd0bd4b5773fd31a2818f.zip
garage: add changelog meta attribute
Diffstat (limited to 'pkgs/tools/filesystems/garage')
-rw-r--r--pkgs/tools/filesystems/garage/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/garage/default.nix b/pkgs/tools/filesystems/garage/default.nix
index 10735cea7ce3..4e7c91971b89 100644
--- a/pkgs/tools/filesystems/garage/default.nix
+++ b/pkgs/tools/filesystems/garage/default.nix
@@ -74,6 +74,7 @@ let
 
     meta = {
       description = "S3-compatible object store for small self-hosted geo-distributed deployments";
+      changelog = "https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v${version}";
       homepage = "https://garagehq.deuxfleurs.fr";
       license = lib.licenses.agpl3Only;
       maintainers = with lib.maintainers; [ nickcao _0x4A6F teutat3s raitobezarius ];