userborn: add meta.changelog

This commit is contained in:
nikstur
2024-10-11 18:17:54 +02:00
parent 512f8ce65e
commit e789cac7db
+1
View File
@@ -51,6 +51,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
homepage = "https://github.com/nikstur/userborn";
description = "Declaratively bear (manage) Linux users and groups";
changelog = "https://github.com/nikstur/userborn/blob/${version}/CHANGELOG.md";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with lib.maintainers; [ nikstur ];