Commit 0cd78a32 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.whey: add changelog to meta

parent a63c2cd5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ buildPythonPackage rec {
  meta = {
    description = "Simple Python wheel builder for simple projects";
    homepage = "https://github.com/repo-helper/whey";
    changelog = "https://github.com/repo-helper/whey/releases/tag/${src.tag}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ tyberius-prime ];
  };