Commit c85c9a91 authored by Lenivaya's avatar Lenivaya
Browse files

fix: wrong maintainer

parent d3745a6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";