sirula: add maintainer atagen

This commit is contained in:
atagen
2025-01-18 12:48:41 +11:00
parent 2d2b75968d
commit e22fb5eb86
+1 -1
View File
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
description = "Simple app launcher for wayland written in rust";
homepage = "https://github.com/DorianRudolph/sirula";
license = [ lib.licenses.gpl3Plus ];
maintainers = [ ];
maintainers = [ lib.maintainers.atagen ];
platforms = lib.platforms.linux;
};
}