about summary refs log tree commit diff
path: root/pkgs/by-name/cy
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-06-16 22:48:03 +0200
committerh7x4 <h7x4@nani.wtf>2024-07-07 15:20:06 +0200
commit7384b9abdcaec35bffaa58e2b58d9e7da3595fdc (patch)
tree2af807976c72057b70be5ac2697886dce3bda94d /pkgs/by-name/cy
parentb2a1b6f50862e2a630b83ea087b3bc05d6edccf2 (diff)
treewide: set `meta.changelog`
Diffstat (limited to 'pkgs/by-name/cy')
-rw-r--r--pkgs/by-name/cy/cyanrip/package.nix1
-rw-r--r--pkgs/by-name/cy/cyme/package.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/by-name/cy/cyanrip/package.nix b/pkgs/by-name/cy/cyanrip/package.nix
index d3266c1dc3115..149d370ba4958 100644
--- a/pkgs/by-name/cy/cyanrip/package.nix
+++ b/pkgs/by-name/cy/cyanrip/package.nix
@@ -37,6 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   meta = with lib; {
     homepage = "https://github.com/cyanreg/cyanrip";
+    changelog = "https://github.com/cyanreg/cyanrip/releases/tag/${finalAttrs.src.rev}";
     description = "Bule-ish CD ripper";
     mainProgram = "cyanrip";
     license = licenses.lgpl21Plus;
diff --git a/pkgs/by-name/cy/cyme/package.nix b/pkgs/by-name/cy/cyme/package.nix
index 913f8768f951b..5bdeaf1c9c18e 100644
--- a/pkgs/by-name/cy/cyme/package.nix
+++ b/pkgs/by-name/cy/cyme/package.nix
@@ -51,6 +51,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     homepage = "https://github.com/tuna-f1sh/cyme";
+    changelog = "https://github.com/tuna-f1sh/cyme/releases/tag/${src.rev}";
     description = "Modern cross-platform lsusb";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ h7x4 ];