Merge pull request #231504 from nikstur/systemd-repart-add-maintainer

nixos/systemd-repart: add myself as maintainer
This commit is contained in:
Florian Klink 2023-05-13 10:51:11 +03:00 committed by GitHub
commit e9c6179ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,4 +121,6 @@ in
];
};
};
meta.maintainers = with lib.maintainers; [ nikstur ];
}