Commit 4ebee8a9 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.wsgidav: add changelog to meta

parent 8ed9778a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Generic and extendable WebDAV server based on WSGI";
    homepage = "https://wsgidav.readthedocs.io/";
    changelog = "https://github.com/mar10/wsgidav/blob/v${version}/CHANGELOG.md";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ fab ];
  };