erosmb: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-22 21:50:50 +01:00 committed by GitHub
parent 4eb8ee1f9e
commit 1b08e4e353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "SMB network scanner";
homepage = "https://github.com/viktor02/EroSmb";
changelog = "https://github.com/viktor02/EroSmb/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};