Merge pull request #263533 from matthiasbeyer/maintain-orhun
Add myself as maintainer for packages wrote by orhun
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user