Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(rustdesk-deb): deduplicate maintainer #6779

Merged
merged 1 commit into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/rustdesk-deb/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pkgbase = rustdesk-deb
conflicts = rustdesk
replaces = rustdesk-deb
replaces = rustdesk
maintainer = xdavius <[email protected]>
maintainer = medaey <[email protected]>
repology = project: rustdesk
source_amd64 = https://github.com/rustdesk/rustdesk/releases/download/1.3.2/rustdesk-1.3.2-x86_64.deb
Expand Down
6 changes: 4 additions & 2 deletions packages/rustdesk-deb/rustdesk-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ sha256sums_armhf=("e2131a01fcfd5c6508759adb5811aa33fb4b363e4c390d4610b80ae11d2f7
conflicts=("${pkgname}" "${gives}")
replaces=("${conflicts[@]}")
pkgdesc="Yet another remote desktop software, written in Rust"
maintainer=("xdavius <[email protected]>")
maintainer=("medaey <[email protected]>")
maintainer=(
"xdavius <[email protected]>"
"medaey <[email protected]>"
)

# vim:set ft=sh ts=2 sw=2 et:
1 change: 1 addition & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -9983,6 +9983,7 @@ pkgbase = rustdesk-deb
conflicts = rustdesk
replaces = rustdesk-deb
replaces = rustdesk
maintainer = xdavius <[email protected]>
maintainer = medaey <[email protected]>
repology = project: rustdesk
source_amd64 = https://github.com/rustdesk/rustdesk/releases/download/1.3.2/rustdesk-1.3.2-x86_64.deb
Expand Down
Loading