fix: wrong maintainer

This commit is contained in:
Lenivaya
2024-08-16 01:12:34 +03:00
parent d3745a6e5f
commit c85c9a91f2
+1 -1
View File
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
'';
meta = with lib; {
maintainers = with maintainers; [ philiptaron ];
maintainers = with maintainers; [ lenivaya ];
description = "CLI QR code generator and reader written in rust";
license = licenses.mit;
homepage = "https://github.com/Lenivaya/qrrs";