python311Packages.ms-active-directory: add changelog to meta
This commit is contained in:
parent
a73c752222
commit
352d7cad6a
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Python module for integrating with Microsoft Active Directory domains";
|
||||
homepage = "https://github.com/zorn96/ms_active_directory/";
|
||||
changelog = "https://github.com/zorn96/ms_active_directory/releases/tag/v${version}";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue