about summary refs log tree commit diff
path: root/pkgs/by-name/sw
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-03-28 09:31:27 -0400
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-04-29 15:35:15 -0400
commitf9f60a5c0987ba668afee88dc6e0bdab390390f7 (patch)
treea5508169478b1e2aa6e26a4651b394c4b0fa7c3f /pkgs/by-name/sw
parent4c9fd6ce69c4716409603a9cf42ad785782d1dd7 (diff)
swayfx-unwrapped: fix `meta.changelog`
Diffstat (limited to 'pkgs/by-name/sw')
-rw-r--r--pkgs/by-name/sw/swayfx-unwrapped/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/sw/swayfx-unwrapped/package.nix b/pkgs/by-name/sw/swayfx-unwrapped/package.nix
index e69288859fa88..4605a01b86a70 100644
--- a/pkgs/by-name/sw/swayfx-unwrapped/package.nix
+++ b/pkgs/by-name/sw/swayfx-unwrapped/package.nix
@@ -35,6 +35,7 @@
   meta = {
     description = "Sway, but with eye candy!";
     homepage = "https://github.com/WillPower3309/swayfx";
+    changelog   = "https://github.com/WillPower3309/swayfx/releases/tag/${finalAttrs.version}";
     license = lib.licenses.mit;
     maintainers = with lib.maintainers; [
       eclairevoyant