python310Packages.browser-cookie3: add changelog to meta
This commit is contained in:
@@ -38,10 +38,11 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "Loads cookies from your browser into a cookiejar object";
|
||||
homepage = "https://github.com/borisbabic/browser_cookie3";
|
||||
changelog = "https://github.com/borisbabic/browser_cookie3/blob/master/CHANGELOG.md";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ borisbabic ];
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user