nextcloud-notify_push: set platforms to linux, add
changelog
This commit is contained in:
parent
92f44f90bd
commit
0ae5f8f348
1 changed files with 2 additions and 0 deletions
|
@ -36,9 +36,11 @@ rustPlatform.buildRustPackage rec {
|
|||
};
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/nextcloud/notify_push/releases/tag/v${version}";
|
||||
description = "Update notifications for nextcloud clients";
|
||||
homepage = "https://github.com/nextcloud/notify_push";
|
||||
license = licenses.agpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = teams.helsinki-systems.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue