wl-clipboard-rs: add myself as maintainer

This commit is contained in:
Donovan Glover 2024-03-16 10:56:59 -04:00
parent c7b11a593d
commit 22663c585e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -54,6 +54,6 @@ rustPlatform.buildRustPackage rec {
platforms = platforms.linux;
license = with licenses; [ asl20 mit ];
mainProgram = "wl-clip";
maintainers = with maintainers; [ thiagokokada ];
maintainers = with maintainers; [ thiagokokada donovanglover ];
};
}