about summary refs log tree commit diff
path: root/pkgs/servers/nextcloud
diff options
context:
space:
mode:
authorteutat3s <10206665+teutat3s@users.noreply.github.com>2024-01-26 11:47:19 +0100
committerteutat3s <10206665+teutat3s@users.noreply.github.com>2024-01-26 17:37:42 +0100
commit0ae5f8f348ed7fb00c8cc4135760b6babf787ba9 (patch)
tree24d15e194dbd6a5d35a7592b663794c222ec713b /pkgs/servers/nextcloud
parent92f44f90bd1c6f47fd25cd5a1a7f8a59a72f89fa (diff)
downloadnixlib-0ae5f8f348ed7fb00c8cc4135760b6babf787ba9.tar
nixlib-0ae5f8f348ed7fb00c8cc4135760b6babf787ba9.tar.gz
nixlib-0ae5f8f348ed7fb00c8cc4135760b6babf787ba9.tar.bz2
nixlib-0ae5f8f348ed7fb00c8cc4135760b6babf787ba9.tar.lz
nixlib-0ae5f8f348ed7fb00c8cc4135760b6babf787ba9.tar.xz
nixlib-0ae5f8f348ed7fb00c8cc4135760b6babf787ba9.tar.zst
nixlib-0ae5f8f348ed7fb00c8cc4135760b6babf787ba9.zip
nextcloud-notify_push: set platforms to linux, add
changelog
Diffstat (limited to 'pkgs/servers/nextcloud')
-rw-r--r--pkgs/servers/nextcloud/notify_push.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/servers/nextcloud/notify_push.nix b/pkgs/servers/nextcloud/notify_push.nix
index 9dee1ebe9565..c72cca0f4c23 100644
--- a/pkgs/servers/nextcloud/notify_push.nix
+++ b/pkgs/servers/nextcloud/notify_push.nix
@@ -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;
   };
 }