Skip to content

Commit 23cef02

Browse files
authored
obs-cmd: adopt as maintainer (NixOS#488639)
2 parents dd16ec2 + 5c7579c commit 23cef02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/by-name/ob/obs-cmd/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
2222
homepage = "https://github.com/grigio/obs-cmd";
2323
changelog = "https://github.com/grigio/obs-cmd/releases/tag/v${finalAttrs.version}";
2424
license = lib.licenses.mit;
25-
maintainers = [ ];
25+
maintainers = [ lib.maintainers.ramblurr ];
2626
mainProgram = "obs-cmd";
2727
};
2828
})

0 commit comments

Comments
 (0)