Merge pull request #263533 from matthiasbeyer/maintain-orhun

Add myself as maintainer for packages wrote by orhun
This commit is contained in:
figsoda
2023-10-26 09:57:59 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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 ];
};
}