Unverified Commit 3be3df07 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.derpconf: add changelog to meta

parent df548216
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "derpconf abstracts loading configuration files for your app";
    homepage = "https://github.com/globocom/derpconf";
    changelog = "https://github.com/globocom/derpconf/releases/tag/${version}";
    license = licenses.mit;
  };
}