lon: add myself (nikstur) as maintainer

This commit is contained in:
nikstur
2025-04-21 22:06:58 +02:00
parent c414aeaeaf
commit 9dc10e198f
+4 -1
View File
@@ -23,7 +23,10 @@ rustPlatform.buildRustPackage rec {
meta = {
description = "Lock & update Nix dependencies";
homepage = "https://github.com/nikstur/lon";
maintainers = with lib.maintainers; [ ma27 ];
maintainers = with lib.maintainers; [
ma27
nikstur
];
license = lib.licenses.mit;
mainProgram = "lon";
};