python311Packages.ms-active-directory: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-12-21 10:36:38 +01:00 committed by GitHub
parent a73c752222
commit 352d7cad6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};