about summary refs log tree commit diff
path: root/pkgs/by-name/zo/zotify/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/zo/zotify/package.nix')
-rw-r--r--pkgs/by-name/zo/zotify/package.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/by-name/zo/zotify/package.nix b/pkgs/by-name/zo/zotify/package.nix
index d5250b780a42..5e82bff79695 100644
--- a/pkgs/by-name/zo/zotify/package.nix
+++ b/pkgs/by-name/zo/zotify/package.nix
@@ -20,8 +20,6 @@ python3Packages.buildPythonApplication rec {
 
   build-system = [ python3Packages.setuptools ];
 
-  nativeBuildInputs = [ python3Packages.pythonRelaxDepsHook ];
-
   pythonRelaxDeps = [ "protobuf" ];
 
   dependencies = with python3Packages; [
@@ -40,6 +38,7 @@ python3Packages.buildPythonApplication rec {
   meta = {
     description = "Fast and customizable music and podcast downloader";
     homepage = "https://github.com/zotify-dev/zotify";
+    changelog = "https://github.com/zotify-dev/zotify/blob/main/CHANGELOG.md";
     license = lib.licenses.zlib;
     mainProgram = "zotify";
     maintainers = with lib.maintainers; [ bwkam ];