Commit e789cac7 authored by nikstur's avatar nikstur
Browse files

userborn: add meta.changelog

parent 512f8ce6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];