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

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.zcc-helper: add meta.changelog

+1
+1
pkgs/development/python-modules/zcc-helper/default.nix
··· 27 27 ]; 28 28 29 29 meta = { 30 + changelog = "https://bitbucket.org/mark_hannon/zcc/src/${src.rev}/CHANGELOG.md"; 30 31 description = "ZIMI ZCC helper module"; 31 32 homepage = "https://bitbucket.org/mark_hannon/zcc"; 32 33 license = lib.licenses.mit;