mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #283970 from teutat3s/nextcloud-only-on-linux
nextcloud, nextcloud-notify_push: set platforms to linux
This commit is contained in:
commit
3e20d778ed
@ -36,7 +36,7 @@ let
|
||||
homepage = "https://nextcloud.com";
|
||||
maintainers = with maintainers; [ schneefux bachp globin ma27 ];
|
||||
license = licenses.agpl3Plus;
|
||||
platforms = with platforms; unix;
|
||||
platforms = platforms.linux;
|
||||
knownVulnerabilities = extraVulnerabilities
|
||||
++ (optional eol "Nextcloud version ${version} is EOL");
|
||||
};
|
||||
|
@ -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 New Issue
Block a user