Skip to content

Commit 9a80961

Browse files
committed
fix(services:nextcloud): add license
1 parent 723afbb commit 9a80961

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

services/nextcloud/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
dav_push = pkgs.fetchNextcloudApp {
1818
appName = "dav_push";
1919
appVersion = "1.0.1";
20+
license = "AGPL-3.0-only";
2021
sha512 = "29b9d9a741709bad372453519be74a5661c0018c0fef135db3fef78117d8b6a2c20563b5b97bc73567f577143b695749806529fbcff4f4559ed428456c19453b";
2122
url = "https://github.com/bitfireAT/nc_ext_dav_push/releases/download/v1.0.1/dav_push.tar.gz";
2223
};

0 commit comments

Comments
 (0)