nextcloud-notify_push: set platforms to linux, add

changelog
This commit is contained in:
teutat3s 2024-01-26 11:47:19 +01:00
parent 92f44f90bd
commit 0ae5f8f348
No known key found for this signature in database
GPG key ID: 18DAE600A6BBE705

View file

@ -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;
};
}