python3Packages.nixpkgs-updaters-library: 1.2.0 -> 3.0.0

https://github.com/PerchunPak/nixpkgs-updaters-library/blob/v3.0.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.

Changed files
+1 -1
pkgs
development
python-modules
nixpkgs-updaters-library
+1 -1
pkgs/development/python-modules/nixpkgs-updaters-library/default.nix
···
meta = {
description = "Boilerplate-less updater library for Nixpkgs ecosystems";
homepage = "https://github.com/PerchunPak/nixpkgs-updaters-library";
-
changelog = "https://github.com/PerchunPak/nixpkgs-updaters-library/blob/v${version}/CHANGELOG.md";
+
changelog = "https://github.com/PerchunPak/nixpkgs-updaters-library/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ perchun ];
};