Skip to content

Commit f565429

Browse files
nixos/seafile: update outdated https links in package metadata (#412349)
2 parents 19cf792 + 0912415 commit f565429

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

nixos/modules/services/networking/seafile.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ in
8484
default = { };
8585
description = ''
8686
Configuration for ccnet, see
87-
<https://manual.seafile.com/config/ccnet-conf/>
87+
<https://manual.seafile.com/11.0/config/ccnet-conf/>
8888
for supported values.
8989
'';
9090
};
@@ -122,7 +122,7 @@ in
122122
default = { };
123123
description = ''
124124
Configuration for seafile-server, see
125-
<https://manual.seafile.com/config/seafile-conf/>
125+
<https://manual.seafile.com/11.0/config/seafile-conf/>
126126
for supported values.
127127
'';
128128
};
@@ -235,7 +235,7 @@ in
235235
type = types.lines;
236236
description = ''
237237
Extra config to append to `seahub_settings.py` file.
238-
Refer to <https://manual.seafile.com/config/seahub_settings_py/>
238+
Refer to <https://manual.seafile.com/11.0/config/seahub_settings_py/>
239239
for all available options.
240240
'';
241241
};

pkgs/by-name/se/seafile-server/package.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ let
3939
in
4040
stdenv.mkDerivation {
4141
pname = "seafile-server";
42-
version = "11.0.12";
43-
42+
version = "11.0.12"; # Doc links match Seafile 11.0 in seafile.nix – update if version changes.
4443
src = fetchFromGitHub {
4544
owner = "haiwen";
4645
repo = "seafile-server";

0 commit comments

Comments
 (0)