We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723afbb commit 9a80961Copy full SHA for 9a80961
1 file changed
services/nextcloud/default.nix
@@ -17,6 +17,7 @@
17
dav_push = pkgs.fetchNextcloudApp {
18
appName = "dav_push";
19
appVersion = "1.0.1";
20
+ license = "AGPL-3.0-only";
21
sha512 = "29b9d9a741709bad372453519be74a5661c0018c0fef135db3fef78117d8b6a2c20563b5b97bc73567f577143b695749806529fbcff4f4559ed428456c19453b";
22
url = "https://github.com/bitfireAT/nc_ext_dav_push/releases/download/v1.0.1/dav_push.tar.gz";
23
};
0 commit comments