Unverified Commit b04cb5bb authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #263533 from matthiasbeyer/maintain-orhun

Add myself as maintainer for packages wrote by orhun
parents c3b2859e b66253c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,6 +53,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/orhun/gpg-tui";
    changelog = "https://github.com/orhun/gpg-tui/blob/${src.rev}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ dotlambda ];
    maintainers = with maintainers; [ dotlambda matthiasbeyer ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
    changelog = "https://github.com/orhun/kmon/blob/v${version}/CHANGELOG.md";
    license = licenses.gpl3Only;
    platforms = platforms.linux;
    maintainers = with maintainers; [ figsoda misuzu ];
    maintainers = with maintainers; [ figsoda misuzu matthiasbeyer ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/orhun/systeroid";
    changelog = "https://github.com/orhun/systeroid/blob/${src.rev}/CHANGELOG.md";
    license = with licenses; [ asl20 mit ];
    maintainers = with maintainers; [ figsoda ];
    maintainers = with maintainers; [ figsoda matthiasbeyer ];
  };
}