nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.fake-useragent: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
a7ff1f17 e6d62e3b

+3
+3
pkgs/development/python-modules/fake-useragent/default.nix
··· 13 13 version = "1.1.3"; 14 14 format = "pyproject"; 15 15 16 + disabled = pythonOlder "3.7"; 17 + 16 18 src = fetchFromGitHub { 17 19 owner = "fake-useragent"; 18 20 repo = "fake-useragent"; ··· 44 42 meta = with lib; { 45 43 description = "Up to date simple useragent faker with real world database"; 46 44 homepage = "https://github.com/hellysmile/fake-useragent"; 45 + changelog = "https://github.com/fake-useragent/fake-useragent/releases/tag/${version}"; 47 46 license = licenses.asl20; 48 47 maintainers = with maintainers; [ evanjs ]; 49 48 };