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

python313Packages.dnfile: modernize

authored by

Fabian Affolter and committed by
GitHub
b5ae714e 08855e77

+2 -2
+2 -2
pkgs/development/python-modules/dnfile/default.nix
··· 34 34 meta = with lib; { 35 35 description = "Module to parse .NET executable files"; 36 36 homepage = "https://github.com/malwarefrank/dnfile"; 37 - changelog = "https://github.com/malwarefrank/dnfile/blob/v${version}/HISTORY.rst"; 38 - license = with licenses; [ mit ]; 37 + changelog = "https://github.com/malwarefrank/dnfile/blob/${src.tag}/HISTORY.rst"; 38 + license = licenses.mit; 39 39 maintainers = with maintainers; [ fab ]; 40 40 }; 41 41 }